{
    "packages": [
        {
            "name": "asm89/stack-cors",
            "version": "v2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/asm89/stack-cors.git",
                "reference": "acf3142e6c5eafa378dc8ef3c069ab4558993f70"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/asm89/stack-cors/zipball/acf3142e6c5eafa378dc8ef3c069ab4558993f70",
                "reference": "acf3142e6c5eafa378dc8ef3c069ab4558993f70",
                "shasum": ""
            },
            "require": {
                "php": "^7.3|^8.0",
                "symfony/http-foundation": "^5.3|^6|^7",
                "symfony/http-kernel": "^5.3|^6|^7"
            },
            "require-dev": {
                "phpunit/phpunit": "^9",
                "squizlabs/php_codesniffer": "^3.5"
            },
            "time": "2025-03-13T08:50:04+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Asm89\\Stack\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alexander",
                    "email": "iam.asm89@gmail.com"
                }
            ],
            "description": "Cross-origin resource sharing library and stack middleware",
            "homepage": "https://github.com/asm89/stack-cors",
            "keywords": [
                "cors",
                "stack"
            ],
            "support": {
                "issues": "https://github.com/asm89/stack-cors/issues",
                "source": "https://github.com/asm89/stack-cors/tree/v2.3.0"
            },
            "install-path": "../asm89/stack-cors"
        },
        {
            "name": "caxy/php-htmldiff",
            "version": "v0.1.17",
            "version_normalized": "0.1.17.0",
            "source": {
                "type": "git",
                "url": "https://github.com/caxy/php-htmldiff.git",
                "reference": "194feb154e32f585dd2ca8ae6929a53abfcebf9e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/194feb154e32f585dd2ca8ae6929a53abfcebf9e",
                "reference": "194feb154e32f585dd2ca8ae6929a53abfcebf9e",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-mbstring": "*",
                "ezyang/htmlpurifier": "^4.7",
                "php": ">=7.3"
            },
            "require-dev": {
                "doctrine/cache": "~1.0",
                "phpunit/phpunit": "~9.0"
            },
            "suggest": {
                "doctrine/cache": "Used for caching the calculated diffs using a Doctrine Cache Provider"
            },
            "time": "2025-05-16T17:04:33+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Caxy\\HtmlDiff": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0"
            ],
            "authors": [
                {
                    "name": "Josh Schroeder",
                    "email": "jschroeder@caxy.com",
                    "homepage": "http://www.caxy.com"
                }
            ],
            "description": "A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
            "homepage": "https://github.com/caxy/php-htmldiff",
            "keywords": [
                "diff",
                "html"
            ],
            "support": {
                "issues": "https://github.com/caxy/php-htmldiff/issues",
                "source": "https://github.com/caxy/php-htmldiff/tree/v0.1.17"
            },
            "install-path": "../caxy/php-htmldiff"
        },
        {
            "name": "chi-teck/drupal-code-generator",
            "version": "4.2.0",
            "version_normalized": "4.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Chi-teck/drupal-code-generator.git",
                "reference": "984dd69522b5839976df51470a00a51616a21f42"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/984dd69522b5839976df51470a00a51616a21f42",
                "reference": "984dd69522b5839976df51470a00a51616a21f42",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=8.3.0",
                "psr/event-dispatcher": "^1.0",
                "psr/log": "^3.0",
                "symfony/console": "^7.1",
                "symfony/dependency-injection": "^7.1",
                "symfony/filesystem": "^7.1",
                "symfony/string": "^7.0",
                "twig/twig": "^3.4"
            },
            "conflict": {
                "nikic/php-parser": "<4.17",
                "squizlabs/php_codesniffer": "<3.6"
            },
            "require-dev": {
                "chi-teck/drupal-coder-extension": "^2.0.0-rc2",
                "drupal/coder": "8.3.24",
                "drupal/core": "11.x-dev",
                "ext-simplexml": "*",
                "phpspec/prophecy-phpunit": "^2.2",
                "phpunit/phpunit": "^10.5",
                "squizlabs/php_codesniffer": "^3.9",
                "symfony/var-dumper": "^7.1",
                "symfony/yaml": "^7.1",
                "vimeo/psalm": "^5.24.0"
            },
            "time": "2025-06-01T13:48:30+00:00",
            "bin": [
                "bin/dcg"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DrupalCodeGenerator\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Drupal code generator",
            "support": {
                "issues": "https://github.com/Chi-teck/drupal-code-generator/issues",
                "source": "https://github.com/Chi-teck/drupal-code-generator/tree/4.2.0"
            },
            "install-path": "../chi-teck/drupal-code-generator"
        },
        {
            "name": "composer/installers",
            "version": "v2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/installers.git",
                "reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/installers/zipball/12fb2dfe5e16183de69e784a7b84046c43d97e8e",
                "reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "composer/composer": "^1.10.27 || ^2.7",
                "composer/semver": "^1.7.2 || ^3.4.0",
                "phpstan/phpstan": "^1.11",
                "phpstan/phpstan-phpunit": "^1",
                "symfony/phpunit-bridge": "^7.1.1",
                "symfony/process": "^5 || ^6 || ^7"
            },
            "time": "2024-06-24T20:46:46+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Composer\\Installers\\Plugin",
                "branch-alias": {
                    "dev-main": "2.x-dev"
                },
                "plugin-modifies-install-path": true
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Composer\\Installers\\": "src/Composer/Installers"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kyle Robinson Young",
                    "email": "kyle@dontkry.com",
                    "homepage": "https://github.com/shama"
                }
            ],
            "description": "A multi-framework Composer library installer",
            "homepage": "https://composer.github.io/installers/",
            "keywords": [
                "Dolibarr",
                "Eliasis",
                "Hurad",
                "ImageCMS",
                "Kanboard",
                "Lan Management System",
                "MODX Evo",
                "MantisBT",
                "Mautic",
                "Maya",
                "OXID",
                "Plentymarkets",
                "Porto",
                "RadPHP",
                "SMF",
                "Starbug",
                "Thelia",
                "Whmcs",
                "WolfCMS",
                "agl",
                "annotatecms",
                "attogram",
                "bitrix",
                "cakephp",
                "chef",
                "cockpit",
                "codeigniter",
                "concrete5",
                "concreteCMS",
                "croogo",
                "dokuwiki",
                "drupal",
                "eZ Platform",
                "elgg",
                "expressionengine",
                "fuelphp",
                "grav",
                "installer",
                "itop",
                "known",
                "kohana",
                "laravel",
                "lavalite",
                "lithium",
                "magento",
                "majima",
                "mako",
                "matomo",
                "mediawiki",
                "miaoxing",
                "modulework",
                "modx",
                "moodle",
                "osclass",
                "pantheon",
                "phpbb",
                "piwik",
                "ppi",
                "processwire",
                "puppet",
                "pxcms",
                "reindex",
                "roundcube",
                "shopware",
                "silverstripe",
                "sydes",
                "sylius",
                "tastyigniter",
                "wordpress",
                "yawik",
                "zend",
                "zikula"
            ],
            "support": {
                "issues": "https://github.com/composer/installers/issues",
                "source": "https://github.com/composer/installers/tree/v2.3.0"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "install-path": "./installers"
        },
        {
            "name": "composer/semver",
            "version": "3.4.4",
            "version_normalized": "3.4.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/semver.git",
                "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/semver/zipball/198166618906cb2de69b95d7d47e5fa8aa1b2b95",
                "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.11",
                "symfony/phpunit-bridge": "^3 || ^7"
            },
            "time": "2025-08-20T19:15:30+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Composer\\Semver\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "http://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                },
                {
                    "name": "Rob Bast",
                    "email": "rob.bast@gmail.com",
                    "homepage": "http://robbast.nl"
                }
            ],
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
            "keywords": [
                "semantic",
                "semver",
                "validation",
                "versioning"
            ],
            "support": {
                "irc": "ircs://irc.libera.chat:6697/composer",
                "issues": "https://github.com/composer/semver/issues",
                "source": "https://github.com/composer/semver/tree/3.4.4"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                }
            ],
            "install-path": "./semver"
        },
        {
            "name": "consolidation/annotated-command",
            "version": "4.10.4",
            "version_normalized": "4.10.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/annotated-command.git",
                "reference": "69d29da4acac31a43caa4cea13b6b948f4e5c56d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/69d29da4acac31a43caa4cea13b6b948f4e5c56d",
                "reference": "69d29da4acac31a43caa4cea13b6b948f4e5c56d",
                "shasum": ""
            },
            "require": {
                "consolidation/output-formatters": "^4.3.1",
                "php": ">=7.1.3",
                "psr/log": "^1 || ^2 || ^3",
                "symfony/console": "^4.4.8 || ^5 || ^6 || ^7",
                "symfony/event-dispatcher": "^4.4.8 || ^5 || ^6 || ^7",
                "symfony/finder": "^4.4.8 || ^5 || ^6 || ^7"
            },
            "require-dev": {
                "composer-runtime-api": "^2.0",
                "phpunit/phpunit": "^7.5.20 || ^8 || ^9",
                "squizlabs/php_codesniffer": "^3",
                "yoast/phpunit-polyfills": "^0.2.0"
            },
            "time": "2025-11-14T22:57:49+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "4.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Consolidation\\AnnotatedCommand\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Greg Anderson",
                    "email": "greg.1.anderson@greenknowe.org"
                }
            ],
            "description": "Initialize Symfony Console commands from annotated command class methods.",
            "support": {
                "issues": "https://github.com/consolidation/annotated-command/issues",
                "source": "https://github.com/consolidation/annotated-command/tree/4.10.4"
            },
            "install-path": "../consolidation/annotated-command"
        },
        {
            "name": "consolidation/config",
            "version": "3.2.0",
            "version_normalized": "3.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/config.git",
                "reference": "797652cd5ac870f02eb3ca1a7169d3dbbe6e5f84"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/config/zipball/797652cd5ac870f02eb3ca1a7169d3dbbe6e5f84",
                "reference": "797652cd5ac870f02eb3ca1a7169d3dbbe6e5f84",
                "shasum": ""
            },
            "require": {
                "dflydev/dot-access-data": "^3",
                "grasmash/expander": "^3",
                "php": ">=8.2.0",
                "symfony/event-dispatcher": "^6 || ^7"
            },
            "require-dev": {
                "ext-json": "*",
                "phpunit/phpunit": "^9",
                "squizlabs/php_codesniffer": "^3",
                "symfony/console": "^7",
                "symfony/yaml": "^7",
                "yoast/phpunit-polyfills": "^1"
            },
            "suggest": {
                "symfony/event-dispatcher": "Required to inject configuration into Command options",
                "symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader"
            },
            "time": "2025-11-14T18:44:25+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Consolidation\\Config\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Greg Anderson",
                    "email": "greg.1.anderson@greenknowe.org"
                }
            ],
            "description": "Provide configuration services for a commandline tool.",
            "support": {
                "issues": "https://github.com/consolidation/config/issues",
                "source": "https://github.com/consolidation/config/tree/3.2.0"
            },
            "install-path": "../consolidation/config"
        },
        {
            "name": "consolidation/filter-via-dot-access-data",
            "version": "2.0.3",
            "version_normalized": "2.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/filter-via-dot-access-data.git",
                "reference": "f9e84bc623d420120028a50dcb9b1d4609ae3b5f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/filter-via-dot-access-data/zipball/f9e84bc623d420120028a50dcb9b1d4609ae3b5f",
                "reference": "f9e84bc623d420120028a50dcb9b1d4609ae3b5f",
                "shasum": ""
            },
            "require": {
                "dflydev/dot-access-data": "^1.1.0 || ^2.0.0 || ^3.0.0",
                "php": ">=7.1.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.5.20 || ^8 || ^9",
                "squizlabs/php_codesniffer": "^3",
                "yoast/phpunit-polyfills": "^0.2.0"
            },
            "time": "2025-11-14T21:01:06+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Consolidation\\Filter\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Greg Anderson",
                    "email": "greg.1.anderson@greenknowe.org"
                }
            ],
            "description": "This project uses dflydev/dot-access-data to provide simple output filtering for applications built with annotated-command / Robo.",
            "support": {
                "source": "https://github.com/consolidation/filter-via-dot-access-data/tree/2.0.3"
            },
            "install-path": "../consolidation/filter-via-dot-access-data"
        },
        {
            "name": "consolidation/log",
            "version": "3.1.1",
            "version_normalized": "3.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/log.git",
                "reference": "c1a87a94c01957697ec347fd67404d7f0030d1aa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/log/zipball/c1a87a94c01957697ec347fd67404d7f0030d1aa",
                "reference": "c1a87a94c01957697ec347fd67404d7f0030d1aa",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0",
                "psr/log": "^3",
                "symfony/console": "^5 || ^6 || ^7"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.5.20 || ^8 || ^9",
                "squizlabs/php_codesniffer": "^3",
                "yoast/phpunit-polyfills": "^0.2.0"
            },
            "time": "2025-11-14T21:11:00+00:00",
            "type": "library",
            "extra": {
                "platform": {
                    "php": "8.2.17"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Consolidation\\Log\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Greg Anderson",
                    "email": "greg.1.anderson@greenknowe.org"
                }
            ],
            "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.",
            "support": {
                "issues": "https://github.com/consolidation/log/issues",
                "source": "https://github.com/consolidation/log/tree/3.1.1"
            },
            "install-path": "../consolidation/log"
        },
        {
            "name": "consolidation/output-formatters",
            "version": "4.7.0",
            "version_normalized": "4.7.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/output-formatters.git",
                "reference": "dfc464c4d4a47594cac5eac01ce265e04b70cb94"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/dfc464c4d4a47594cac5eac01ce265e04b70cb94",
                "reference": "dfc464c4d4a47594cac5eac01ce265e04b70cb94",
                "shasum": ""
            },
            "require": {
                "dflydev/dot-access-data": "^1.1.0 || ^2 || ^3",
                "php": ">=7.1.3",
                "symfony/console": "^4 || ^5 || ^6 || ^7",
                "symfony/finder": "^4 || ^5 || ^6 || ^7"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.4.2",
                "phpunit/phpunit": "^7 || ^8 || ^9",
                "squizlabs/php_codesniffer": "^3",
                "symfony/var-dumper": "^4 || ^5 || ^6 || ^7",
                "symfony/yaml": "^4 || ^5 || ^6 || ^7",
                "yoast/phpunit-polyfills": "^1"
            },
            "suggest": {
                "symfony/var-dumper": "For using the var_dump formatter"
            },
            "time": "2025-11-14T21:06:10+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Consolidation\\OutputFormatters\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Greg Anderson",
                    "email": "greg.1.anderson@greenknowe.org"
                }
            ],
            "description": "Format text by applying transformations provided by plug-in formatters.",
            "support": {
                "issues": "https://github.com/consolidation/output-formatters/issues",
                "source": "https://github.com/consolidation/output-formatters/tree/4.7.0"
            },
            "install-path": "../consolidation/output-formatters"
        },
        {
            "name": "consolidation/robo",
            "version": "5.1.1",
            "version_normalized": "5.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/robo.git",
                "reference": "6d02c7d800b5e1a3a8977ae74d23bce723486025"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/robo/zipball/6d02c7d800b5e1a3a8977ae74d23bce723486025",
                "reference": "6d02c7d800b5e1a3a8977ae74d23bce723486025",
                "shasum": ""
            },
            "require": {
                "consolidation/annotated-command": "^4.8.1",
                "consolidation/config": "^3",
                "consolidation/log": "^3",
                "consolidation/output-formatters": "^4.1.2",
                "league/container": "^3.3.1 || ^4.0",
                "php": ">=8.2",
                "phpowermove/docblock": "^4.0",
                "symfony/console": "^6 || ^7",
                "symfony/event-dispatcher": "^6 || ^7",
                "symfony/filesystem": "^6 || ^7",
                "symfony/finder": "^6 || ^7",
                "symfony/process": "^6 || ^7",
                "symfony/yaml": "^6 || ^7"
            },
            "conflict": {
                "codegyre/robo": "*"
            },
            "require-dev": {
                "natxet/cssmin": "3.0.4",
                "patchwork/jsqueeze": "^2",
                "pear/archive_tar": "^1.4.4",
                "phpunit/phpunit": "^7.5.20 || ^8 || ^9",
                "squizlabs/php_codesniffer": "^3.6",
                "yoast/phpunit-polyfills": "^0.2.0"
            },
            "suggest": {
                "consolidation/self-update": "For self-updating a phar-based app built with Robo",
                "natxet/cssmin": "For minifying CSS files in taskMinify",
                "patchwork/jsqueeze": "For minifying JS files in taskMinify",
                "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively.",
                "totten/lurkerlite": "For monitoring filesystem changes in taskWatch"
            },
            "time": "2025-11-14T23:30:05+00:00",
            "bin": [
                "robo"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Robo\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Davert",
                    "email": "davert.php@resend.cc"
                }
            ],
            "description": "Modern task runner",
            "support": {
                "issues": "https://github.com/consolidation/robo/issues",
                "source": "https://github.com/consolidation/robo/tree/5.1.1"
            },
            "install-path": "../consolidation/robo"
        },
        {
            "name": "consolidation/site-alias",
            "version": "4.1.2",
            "version_normalized": "4.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/site-alias.git",
                "reference": "d92058201fc8475a33fb9a2b80ffe5c89472f5af"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/site-alias/zipball/d92058201fc8475a33fb9a2b80ffe5c89472f5af",
                "reference": "d92058201fc8475a33fb9a2b80ffe5c89472f5af",
                "shasum": ""
            },
            "require": {
                "consolidation/config": "^1.2.1 || ^2 || ^3",
                "php": ">=7.4",
                "symfony/filesystem": "^5.4 || ^6 || ^7",
                "symfony/finder": "^5 || ^6 || ^7"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.4.2",
                "phpunit/phpunit": ">=7",
                "squizlabs/php_codesniffer": "^3",
                "symfony/var-dumper": "^4",
                "yoast/phpunit-polyfills": "^0.2.0"
            },
            "time": "2025-11-14T21:08:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "4.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Consolidation\\SiteAlias\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Greg Anderson",
                    "email": "greg.1.anderson@greenknowe.org"
                },
                {
                    "name": "Moshe Weitzman",
                    "email": "weitzman@tejasa.com"
                }
            ],
            "description": "Manage alias records for local and remote sites.",
            "support": {
                "issues": "https://github.com/consolidation/site-alias/issues",
                "source": "https://github.com/consolidation/site-alias/tree/4.1.2"
            },
            "install-path": "../consolidation/site-alias"
        },
        {
            "name": "consolidation/site-process",
            "version": "5.4.2",
            "version_normalized": "5.4.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/site-process.git",
                "reference": "e7fafc40ebfddc1a5ee99ee66e5d186fc1bed4da"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/site-process/zipball/e7fafc40ebfddc1a5ee99ee66e5d186fc1bed4da",
                "reference": "e7fafc40ebfddc1a5ee99ee66e5d186fc1bed4da",
                "shasum": ""
            },
            "require": {
                "consolidation/config": "^2 || ^3",
                "consolidation/site-alias": "^3 || ^4",
                "php": ">=8.0.14",
                "symfony/console": "^5.4 || ^6 || ^7",
                "symfony/process": "^6 || ^7"
            },
            "require-dev": {
                "phpunit/phpunit": "^9",
                "squizlabs/php_codesniffer": "^3"
            },
            "time": "2024-12-13T19:25:56+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "5.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Consolidation\\SiteProcess\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Greg Anderson",
                    "email": "greg.1.anderson@greenknowe.org"
                },
                {
                    "name": "Moshe Weitzman",
                    "email": "weitzman@tejasa.com"
                }
            ],
            "description": "A thin wrapper around the Symfony Process Component that allows applications to use the Site Alias library to specify the target for a remote call.",
            "support": {
                "issues": "https://github.com/consolidation/site-process/issues",
                "source": "https://github.com/consolidation/site-process/tree/5.4.2"
            },
            "install-path": "../consolidation/site-process"
        },
        {
            "name": "cweagans/composer-patches",
            "version": "1.7.3",
            "version_normalized": "1.7.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/cweagans/composer-patches.git",
                "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/e190d4466fe2b103a55467dfa83fc2fecfcaf2db",
                "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "composer/composer": "~1.0 || ~2.0",
                "phpunit/phpunit": "~4.6"
            },
            "time": "2022-12-20T22:53:13+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "cweagans\\Composer\\Patches"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "cweagans\\Composer\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Cameron Eagans",
                    "email": "me@cweagans.net"
                }
            ],
            "description": "Provides a way to patch Composer packages.",
            "support": {
                "issues": "https://github.com/cweagans/composer-patches/issues",
                "source": "https://github.com/cweagans/composer-patches/tree/1.7.3"
            },
            "install-path": "../cweagans/composer-patches"
        },
        {
            "name": "defuse/php-encryption",
            "version": "v2.4.0",
            "version_normalized": "2.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/defuse/php-encryption.git",
                "reference": "f53396c2d34225064647a05ca76c1da9d99e5828"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/defuse/php-encryption/zipball/f53396c2d34225064647a05ca76c1da9d99e5828",
                "reference": "f53396c2d34225064647a05ca76c1da9d99e5828",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "paragonie/random_compat": ">= 2",
                "php": ">=5.6.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5|^6|^7|^8|^9|^10",
                "yoast/phpunit-polyfills": "^2.0.0"
            },
            "time": "2023-06-19T06:10:36+00:00",
            "bin": [
                "bin/generate-defuse-key"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Defuse\\Crypto\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Hornby",
                    "email": "taylor@defuse.ca",
                    "homepage": "https://defuse.ca/"
                },
                {
                    "name": "Scott Arciszewski",
                    "email": "info@paragonie.com",
                    "homepage": "https://paragonie.com"
                }
            ],
            "description": "Secure PHP Encryption Library",
            "keywords": [
                "aes",
                "authenticated encryption",
                "cipher",
                "crypto",
                "cryptography",
                "encrypt",
                "encryption",
                "openssl",
                "security",
                "symmetric key cryptography"
            ],
            "support": {
                "issues": "https://github.com/defuse/php-encryption/issues",
                "source": "https://github.com/defuse/php-encryption/tree/v2.4.0"
            },
            "install-path": "../defuse/php-encryption"
        },
        {
            "name": "dflydev/dot-access-data",
            "version": "v3.0.3",
            "version_normalized": "3.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
                "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f",
                "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^0.12.42",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
                "scrutinizer/ocular": "1.6.0",
                "squizlabs/php_codesniffer": "^3.5",
                "vimeo/psalm": "^4.0.0"
            },
            "time": "2024-07-08T12:26:09+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Dflydev\\DotAccessData\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dragonfly Development Inc.",
                    "email": "info@dflydev.com",
                    "homepage": "http://dflydev.com"
                },
                {
                    "name": "Beau Simensen",
                    "email": "beau@dflydev.com",
                    "homepage": "http://beausimensen.com"
                },
                {
                    "name": "Carlos Frutos",
                    "email": "carlos@kiwing.it",
                    "homepage": "https://github.com/cfrutos"
                },
                {
                    "name": "Colin O'Dell",
                    "email": "colinodell@gmail.com",
                    "homepage": "https://www.colinodell.com"
                }
            ],
            "description": "Given a deep data structure, access data by dot notation.",
            "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
            "keywords": [
                "access",
                "data",
                "dot",
                "notation"
            ],
            "support": {
                "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
                "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3"
            },
            "install-path": "../dflydev/dot-access-data"
        },
        {
            "name": "doctrine/common",
            "version": "3.5.0",
            "version_normalized": "3.5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/common.git",
                "reference": "d9ea4a54ca2586db781f0265d36bea731ac66ec5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/common/zipball/d9ea4a54ca2586db781f0265d36bea731ac66ec5",
                "reference": "d9ea4a54ca2586db781f0265d36bea731ac66ec5",
                "shasum": ""
            },
            "require": {
                "doctrine/persistence": "^2.0 || ^3.0 || ^4.0",
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^9.0 || ^10.0",
                "doctrine/collections": "^1",
                "phpstan/phpstan": "^1.4.1",
                "phpstan/phpstan-phpunit": "^1",
                "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
                "squizlabs/php_codesniffer": "^3.0",
                "symfony/phpunit-bridge": "^6.1",
                "vimeo/psalm": "^4.4"
            },
            "time": "2025-01-01T22:12:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.",
            "homepage": "https://www.doctrine-project.org/projects/common.html",
            "keywords": [
                "common",
                "doctrine",
                "php"
            ],
            "support": {
                "issues": "https://github.com/doctrine/common/issues",
                "source": "https://github.com/doctrine/common/tree/3.5.0"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/common"
        },
        {
            "name": "doctrine/event-manager",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/event-manager.git",
                "reference": "b680156fa328f1dfd874fd48c7026c41570b9c6e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/event-manager/zipball/b680156fa328f1dfd874fd48c7026c41570b9c6e",
                "reference": "b680156fa328f1dfd874fd48c7026c41570b9c6e",
                "shasum": ""
            },
            "require": {
                "php": "^8.1"
            },
            "conflict": {
                "doctrine/common": "<2.9"
            },
            "require-dev": {
                "doctrine/coding-standard": "^12",
                "phpstan/phpstan": "^1.8.8",
                "phpunit/phpunit": "^10.5",
                "vimeo/psalm": "^5.24"
            },
            "time": "2024-05-22T20:47:39+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
            "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
            "keywords": [
                "event",
                "event dispatcher",
                "event manager",
                "event system",
                "events"
            ],
            "support": {
                "issues": "https://github.com/doctrine/event-manager/issues",
                "source": "https://github.com/doctrine/event-manager/tree/2.0.1"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/event-manager"
        },
        {
            "name": "doctrine/lexer",
            "version": "3.0.1",
            "version_normalized": "3.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/lexer.git",
                "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
                "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
                "shasum": ""
            },
            "require": {
                "php": "^8.1"
            },
            "require-dev": {
                "doctrine/coding-standard": "^12",
                "phpstan/phpstan": "^1.10",
                "phpunit/phpunit": "^10.5",
                "psalm/plugin-phpunit": "^0.18.3",
                "vimeo/psalm": "^5.21"
            },
            "time": "2024-02-05T11:56:58+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Lexer\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
            "keywords": [
                "annotations",
                "docblock",
                "lexer",
                "parser",
                "php"
            ],
            "support": {
                "issues": "https://github.com/doctrine/lexer/issues",
                "source": "https://github.com/doctrine/lexer/tree/3.0.1"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/lexer"
        },
        {
            "name": "doctrine/persistence",
            "version": "4.1.1",
            "version_normalized": "4.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/persistence.git",
                "reference": "b9c49ad3558bb77ef973f4e173f2e9c2eca9be09"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/persistence/zipball/b9c49ad3558bb77ef973f4e173f2e9c2eca9be09",
                "reference": "b9c49ad3558bb77ef973f4e173f2e9c2eca9be09",
                "shasum": ""
            },
            "require": {
                "doctrine/event-manager": "^1 || ^2",
                "php": "^8.1",
                "psr/cache": "^1.0 || ^2.0 || ^3.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^14",
                "phpstan/phpstan": "2.1.30",
                "phpstan/phpstan-phpunit": "^2",
                "phpstan/phpstan-strict-rules": "^2",
                "phpunit/phpunit": "^10.5.58 || ^12",
                "symfony/cache": "^4.4 || ^5.4 || ^6.0 || ^7.0",
                "symfony/finder": "^4.4 || ^5.4 || ^6.0 || ^7.0"
            },
            "time": "2025-10-16T20:13:18+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Persistence\\": "src/Persistence"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
            "homepage": "https://www.doctrine-project.org/projects/persistence.html",
            "keywords": [
                "mapper",
                "object",
                "odm",
                "orm",
                "persistence"
            ],
            "support": {
                "issues": "https://github.com/doctrine/persistence/issues",
                "source": "https://github.com/doctrine/persistence/tree/4.1.1"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/persistence"
        },
        {
            "name": "dompdf/php-font-lib",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dompdf/php-font-lib.git",
                "reference": "6137b7d4232b7f16c882c75e4ca3991dbcf6fe2d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/6137b7d4232b7f16c882c75e4ca3991dbcf6fe2d",
                "reference": "6137b7d4232b7f16c882c75e4ca3991dbcf6fe2d",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^3 || ^4 || ^5 || ^6"
            },
            "time": "2024-12-02T14:37:59+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "FontLib\\": "src/FontLib"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "The FontLib Community",
                    "homepage": "https://github.com/dompdf/php-font-lib/blob/master/AUTHORS.md"
                }
            ],
            "description": "A library to read, parse, export and make subsets of different types of font files.",
            "homepage": "https://github.com/dompdf/php-font-lib",
            "support": {
                "issues": "https://github.com/dompdf/php-font-lib/issues",
                "source": "https://github.com/dompdf/php-font-lib/tree/1.0.1"
            },
            "install-path": "../dompdf/php-font-lib"
        },
        {
            "name": "dragonmantank/cron-expression",
            "version": "v3.6.0",
            "version_normalized": "3.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dragonmantank/cron-expression.git",
                "reference": "d61a8a9604ec1f8c3d150d09db6ce98b32675013"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/d61a8a9604ec1f8c3d150d09db6ce98b32675013",
                "reference": "d61a8a9604ec1f8c3d150d09db6ce98b32675013",
                "shasum": ""
            },
            "require": {
                "php": "^8.2|^8.3|^8.4|^8.5"
            },
            "replace": {
                "mtdowling/cron-expression": "^1.0"
            },
            "require-dev": {
                "phpstan/extension-installer": "^1.4.3",
                "phpstan/phpstan": "^1.12.32|^2.1.31",
                "phpunit/phpunit": "^8.5.48|^9.0"
            },
            "time": "2025-10-31T18:51:33+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Cron\\": "src/Cron/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Tankersley",
                    "email": "chris@ctankersley.com",
                    "homepage": "https://github.com/dragonmantank"
                }
            ],
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
            "keywords": [
                "cron",
                "schedule"
            ],
            "support": {
                "issues": "https://github.com/dragonmantank/cron-expression/issues",
                "source": "https://github.com/dragonmantank/cron-expression/tree/v3.6.0"
            },
            "funding": [
                {
                    "url": "https://github.com/dragonmantank",
                    "type": "github"
                }
            ],
            "install-path": "../dragonmantank/cron-expression"
        },
        {
            "name": "drupal/access_unpublished",
            "version": "1.9.0",
            "version_normalized": "1.9.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/access_unpublished.git",
                "reference": "8.x-1.9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/access_unpublished-8.x-1.9.zip",
                "reference": "8.x-1.9",
                "shasum": "d4a4b707c80c17bad54cf6afed131d6629950e14"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/graphql": "4.x-dev"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.9",
                    "datestamp": "1763911581",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "chr.fritsch",
                    "homepage": "https://www.drupal.org/user/2103716"
                },
                {
                    "name": "generalredneck",
                    "homepage": "https://www.drupal.org/user/368854"
                },
                {
                    "name": "mably",
                    "homepage": "https://www.drupal.org/user/3375160"
                },
                {
                    "name": "martin_klima",
                    "homepage": "https://www.drupal.org/user/2784335"
                }
            ],
            "description": "Grants access to view unpublished content to anyone who has a unique URL and appropriate permissions.",
            "homepage": "https://www.drupal.org/project/access_unpublished",
            "support": {
                "source": "https://git.drupalcode.org/project/access_unpublished"
            },
            "install-path": "../../docroot/modules/contrib/access_unpublished"
        },
        {
            "name": "drupal/ace_editor",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ace_editor.git",
                "reference": "2.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ace_editor-2.0.2.zip",
                "reference": "2.0.2",
                "shasum": "7a36214b514dfde797c970335a68df360520c290"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.2",
                    "datestamp": "1752409176",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Growiel",
                    "homepage": "https://www.drupal.org/user/2490940"
                },
                {
                    "name": "interdruper",
                    "homepage": "https://www.drupal.org/user/2437374"
                },
                {
                    "name": "kiritoly",
                    "homepage": "https://www.drupal.org/user/3222840"
                },
                {
                    "name": "nylin",
                    "homepage": "https://www.drupal.org/user/816040"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Ace is an embeddable code editor providing syntax highlighting and much more. See https://ace.c9.io/.",
            "homepage": "https://www.drupal.org/project/ace_editor",
            "keywords": [
                "ACE",
                "Drupal",
                "Editor"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/ace_editor",
                "issues": "https://www.drupal.org/project/issues/ace_editor"
            },
            "install-path": "../../docroot/modules/contrib/ace_editor"
        },
        {
            "name": "drupal/admin_audit_trail",
            "version": "1.0.7",
            "version_normalized": "1.0.7.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/admin_audit_trail.git",
                "reference": "1.0.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/admin_audit_trail-1.0.7.zip",
                "reference": "1.0.7",
                "shasum": "74bec091ff3a2e69e5e1a0383aa5c037dce03d11"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "require-dev": {
                "drupal/entityqueue": "*",
                "drupal/group": "*",
                "drupal/paragraphs": "*",
                "drupal/redirect": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.7",
                    "datestamp": "1763295091",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintenance for D8 and D9 versions"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "This module track logs of specific events that you'd like to review.",
            "homepage": "https://www.drupal.org/project/admin_audit_trail",
            "support": {
                "source": "http://cgit.drupalcode.org/admin_audit_trail",
                "issues": "https://www.drupal.org/project/issues/admin_audit_trail"
            },
            "install-path": "../../docroot/modules/contrib/admin_audit_trail"
        },
        {
            "name": "drupal/admin_toolbar",
            "version": "3.6.2",
            "version_normalized": "3.6.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/admin_toolbar.git",
                "reference": "3.6.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.6.2.zip",
                "reference": "3.6.2",
                "shasum": "0d25e3b7bcea28533ae5f2371a34d507603bfb66"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.6.2",
                    "datestamp": "1753826106",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Wilfrid Roze (eme)",
                    "homepage": "https://www.drupal.org/u/eme",
                    "role": "Maintainer"
                },
                {
                    "name": "Romain Jarraud (romainj)",
                    "homepage": "https://www.drupal.org/u/romainj",
                    "role": "Maintainer"
                },
                {
                    "name": "Adrian Cid Almaguer (adriancid)",
                    "homepage": "https://www.drupal.org/u/adriancid",
                    "email": "adriancid@gmail.com",
                    "role": "Maintainer"
                },
                {
                    "name": "Mohamed Anis Taktak (matio89)",
                    "homepage": "https://www.drupal.org/u/matio89",
                    "role": "Maintainer"
                },
                {
                    "name": "fethi.krout",
                    "homepage": "https://www.drupal.org/user/3206765"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "matio89",
                    "homepage": "https://www.drupal.org/user/2320090"
                },
                {
                    "name": "musa.thomas",
                    "homepage": "https://www.drupal.org/user/1213824"
                },
                {
                    "name": "romainj",
                    "homepage": "https://www.drupal.org/user/370706"
                }
            ],
            "description": "Provides a drop-down menu interface to the core Drupal Toolbar.",
            "homepage": "http://drupal.org/project/admin_toolbar",
            "keywords": [
                "Drupal",
                "Toolbar"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/admin_toolbar",
                "issues": "https://www.drupal.org/project/issues/admin_toolbar"
            },
            "install-path": "../../docroot/modules/contrib/admin_toolbar"
        },
        {
            "name": "drupal/advanced_text_formatter",
            "version": "3.0.0-rc2",
            "version_normalized": "3.0.0.0-RC2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/advanced_text_formatter.git",
                "reference": "3.0.0-rc2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/advanced_text_formatter-3.0.0-rc2.zip",
                "reference": "3.0.0-rc2",
                "shasum": "4b0601f135202647e65bd5a43f56ea1fce4bc607"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0-rc2",
                    "datestamp": "1727826727",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "azovsky",
                    "homepage": "https://www.drupal.org/user/330533"
                },
                {
                    "name": "knectar",
                    "homepage": "https://www.drupal.org/user/1184414"
                },
                {
                    "name": "realityloop",
                    "homepage": "https://www.drupal.org/user/139189"
                },
                {
                    "name": "thmnhat",
                    "homepage": "https://www.drupal.org/user/998946"
                }
            ],
            "description": "Formatter of textfield, text area and text format.",
            "homepage": "https://www.drupal.org/project/advanced_text_formatter",
            "support": {
                "source": "https://git.drupalcode.org/project/advanced_text_formatter"
            },
            "install-path": "../../docroot/modules/contrib/advanced_text_formatter"
        },
        {
            "name": "drupal/ai",
            "version": "1.2.4",
            "version_normalized": "1.2.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ai.git",
                "reference": "1.2.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ai-1.2.4.zip",
                "reference": "1.2.4",
                "shasum": "e89b8f2fbe6cdc78b3b7df45549ceb3b4bd55ae1"
            },
            "require": {
                "drupal/core": "^10.4 || ^11",
                "drupal/key": "^1.18",
                "league/html-to-markdown": "^5.1",
                "openai-php/client": ">=v0.10.1",
                "yethee/tiktoken": "^0.5.1"
            },
            "require-dev": {
                "allanpichardo/mysql-vector": "^2.0",
                "drupal/ai_assistant_api": "*",
                "drupal/eca": "^2.0",
                "drupal/eca_content-eca_content": "*",
                "drupal/field_validation": "^3.0@beta",
                "drupal/key": "*",
                "drupal/search_api": "^1.x-dev",
                "drupal/search_api_solr": "^4.0",
                "drupal/token": "^1.14",
                "drush/drush": "^12|^13"
            },
            "suggest": {
                "league/commonmark": "Allows previewing of chunked content when configuring the fields to be indexed in AI Search, and formats messages in the AI Chatbot module."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.2.4",
                    "datestamp": "1764787498",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "a.dmitriiev",
                    "homepage": "https://www.drupal.org/user/3235287"
                },
                {
                    "name": "abhisekmazumdar",
                    "homepage": "https://www.drupal.org/user/3557964"
                },
                {
                    "name": "andrewbelcher",
                    "homepage": "https://www.drupal.org/user/655282"
                },
                {
                    "name": "anjaliprasannan",
                    "homepage": "https://www.drupal.org/user/3637917"
                },
                {
                    "name": "b_sharpe",
                    "homepage": "https://www.drupal.org/user/2512258"
                },
                {
                    "name": "gxleano",
                    "homepage": "https://www.drupal.org/user/3591999"
                },
                {
                    "name": "kevinquillen",
                    "homepage": "https://www.drupal.org/user/317279"
                },
                {
                    "name": "kristen pol",
                    "homepage": "https://www.drupal.org/user/8389"
                },
                {
                    "name": "marcus_johansson",
                    "homepage": "https://www.drupal.org/user/385947"
                },
                {
                    "name": "murz",
                    "homepage": "https://www.drupal.org/user/157092"
                },
                {
                    "name": "robloach",
                    "homepage": "https://www.drupal.org/user/61114"
                },
                {
                    "name": "scott_euser",
                    "homepage": "https://www.drupal.org/user/3267594"
                },
                {
                    "name": "seogow",
                    "homepage": "https://www.drupal.org/user/3065779"
                },
                {
                    "name": "valthebald",
                    "homepage": "https://www.drupal.org/user/239562"
                },
                {
                    "name": "wouters_f",
                    "homepage": "https://www.drupal.org/user/721548"
                },
                {
                    "name": "yautja_cetanu",
                    "homepage": "https://www.drupal.org/user/626050"
                }
            ],
            "description": "AI module for Drupal",
            "homepage": "https://www.drupal.org/project/ai",
            "support": {
                "source": "https://git.drupalcode.org/project/ai"
            },
            "install-path": "../../docroot/modules/contrib/ai"
        },
        {
            "name": "drupal/ai_agents",
            "version": "1.2.1",
            "version_normalized": "1.2.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ai_agents.git",
                "reference": "1.2.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ai_agents-1.2.1.zip",
                "reference": "1.2.1",
                "shasum": "057ab414e5097b3500ff1b2c95c46ee269474dd6"
            },
            "require": {
                "drupal/ai": "^1.2.0",
                "drupal/core": "^10.2 || ^11",
                "drupal/modeler_api": "^1.0.3"
            },
            "require-dev": {
                "drupal/webform": "^6.0"
            },
            "suggest": {
                "drupal/bpmn_io": "Allows editing of AI agents with BPMN diagrams.",
                "drupal/simple_crawler": "Allows the AI Form integrations to crawl websites.",
                "drupal/unstructured": "Makes the AI Form integrations work better by allowing many file contexts."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.2.1",
                    "datestamp": "1763555955",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "akhil babu",
                    "homepage": "https://www.drupal.org/user/3632866"
                },
                {
                    "name": "andrewbelcher",
                    "homepage": "https://www.drupal.org/user/655282"
                },
                {
                    "name": "jurgenhaas",
                    "homepage": "https://www.drupal.org/user/168924"
                },
                {
                    "name": "marcus_johansson",
                    "homepage": "https://www.drupal.org/user/385947"
                },
                {
                    "name": "michaellander",
                    "homepage": "https://www.drupal.org/user/636494"
                },
                {
                    "name": "yautja_cetanu",
                    "homepage": "https://www.drupal.org/user/626050"
                }
            ],
            "description": "Allows AI agents to be used on Drupal websites to do changes and lookup things.",
            "homepage": "https://www.drupal.org/project/ai_agents",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/ai_agents"
            },
            "install-path": "../../docroot/modules/contrib/ai_agents"
        },
        {
            "name": "drupal/ai_image_alt_text",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ai_image_alt_text.git",
                "reference": "1.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ai_image_alt_text-1.0.2.zip",
                "reference": "1.0.2",
                "shasum": "57aede710c493b84270740a773fb3de96e465322"
            },
            "require": {
                "drupal/ai": "^1.0.0",
                "drupal/core": "^10.2 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.2",
                    "datestamp": "1764942107",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "DXPR",
                    "homepage": "https://dxpr.com",
                    "role": "Maintainer"
                },
                {
                    "name": "jurriaanroelofs",
                    "homepage": "https://www.drupal.org/user/52638"
                },
                {
                    "name": "marcus_johansson",
                    "homepage": "https://www.drupal.org/user/385947"
                },
                {
                    "name": "yautja_cetanu",
                    "homepage": "https://www.drupal.org/user/626050"
                }
            ],
            "description": "Allows the possibility to set an alt text using AI.",
            "homepage": "https://www.drupal.org/project/ai_image_alt_text",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/ai_image_alt_text"
            },
            "install-path": "../../docroot/modules/contrib/ai_image_alt_text"
        },
        {
            "name": "drupal/ai_integration_eca",
            "version": "1.0.0-rc3",
            "version_normalized": "1.0.0.0-RC3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ai_integration_eca.git",
                "reference": "1.0.0-rc3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ai_integration_eca-1.0.0-rc3.zip",
                "reference": "1.0.0-rc3",
                "shasum": "3396d9ccecd31636a69d4746d7d659e2e76e61a6"
            },
            "require": {
                "drupal/ai": "^1.2",
                "drupal/ai_agents": "^1.2",
                "drupal/core": "^10.3 || ^11",
                "drupal/eca": "^2 || ^3",
                "drupal/token": "^1.15"
            },
            "replace": {
                "drupal/ai_eca": "*"
            },
            "require-dev": {
                "drupal/ai_agents": "*",
                "drupal/ai_automators": "*",
                "drupal/eca_content": "*",
                "drupal/eca_ui": "*",
                "drupal/schemata": "^1.0",
                "drupal/schemata_json_schema": "*",
                "drupal/token": "*",
                "spatie/phpunit-snapshot-assertions": "^4.2 || ^5.1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.0-rc3",
                    "datestamp": "1765554443",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "jurgenhaas",
                    "homepage": "https://www.drupal.org/user/168924"
                },
                {
                    "name": "lammensj",
                    "homepage": "https://www.drupal.org/user/1939186"
                },
                {
                    "name": "marcus_johansson",
                    "homepage": "https://www.drupal.org/user/385947"
                }
            ],
            "description": "The bridge between AI and ECA.",
            "homepage": "https://www.drupal.org/project/ai_integration_eca",
            "support": {
                "source": "https://drupal.org/project/ai_integration_eca",
                "issues": "https://drupal.org/project/issues/ai_integration_eca"
            },
            "install-path": "../../docroot/modules/contrib/ai_integration_eca"
        },
        {
            "name": "drupal/ai_provider_openai",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ai_provider_openai.git",
                "reference": "1.2.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ai_provider_openai-1.2.0.zip",
                "reference": "1.2.0",
                "shasum": "de8caa2a9adb0cece69d2f36b27afaeeb1c3eadf"
            },
            "require": {
                "drupal/ai": "^1.2.0",
                "drupal/core": "^10.3 || ^11",
                "drupal/key": "^1.18"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.2.0",
                    "datestamp": "1760354152",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "b_sharpe",
                    "homepage": "https://www.drupal.org/user/2512258"
                },
                {
                    "name": "kevinquillen",
                    "homepage": "https://www.drupal.org/user/317279"
                },
                {
                    "name": "marcus_johansson",
                    "homepage": "https://www.drupal.org/user/385947"
                },
                {
                    "name": "scott_euser",
                    "homepage": "https://www.drupal.org/user/3267594"
                },
                {
                    "name": "seogow",
                    "homepage": "https://www.drupal.org/user/3065779"
                },
                {
                    "name": "wouters_f",
                    "homepage": "https://www.drupal.org/user/721548"
                },
                {
                    "name": "yautja_cetanu",
                    "homepage": "https://www.drupal.org/user/626050"
                }
            ],
            "description": "OpenAI provider implementation for the AI module for Drupal",
            "homepage": "https://www.drupal.org/project/ai_provider_openai",
            "support": {
                "source": "https://git.drupalcode.org/project/ai_provider_openai"
            },
            "install-path": "../../docroot/modules/contrib/ai_provider_openai"
        },
        {
            "name": "drupal/anchor_link",
            "version": "3.0.3",
            "version_normalized": "3.0.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/anchor_link.git",
                "reference": "3.0.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/anchor_link-3.0.3.zip",
                "reference": "3.0.3",
                "shasum": "5c88ff3167894808158eb707107e93f5aa554254"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11",
                "vardot/ckeditor5-anchor-drupal": "^1.0.3 || ^2.0.3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.3",
                    "datestamp": "1751670353",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                },
                {
                    "name": "Northern Commerce",
                    "homepage": "https://www.drupal.org/northern-commerce",
                    "role": "Maintainer"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "This plugin module adds the better link dialog and anchor related features to CKEditor in Drupal.",
            "homepage": "https://www.drupal.org/project/anchor_link",
            "support": {
                "source": "http://cgit.drupalcode.org/anchor_link",
                "issues": "https://www.drupal.org/project/issues/anchor_link"
            },
            "install-path": "../../docroot/modules/contrib/anchor_link"
        },
        {
            "name": "drupal/antibot",
            "version": "2.0.4",
            "version_normalized": "2.0.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/antibot.git",
                "reference": "2.0.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/antibot-2.0.4.zip",
                "reference": "2.0.4",
                "shasum": "58b215291b250ea410194693cbac2da6f54a8530"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.4",
                    "datestamp": "1723819813",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "danrod",
                    "homepage": "https://www.drupal.org/user/19150"
                },
                {
                    "name": "gaurav.kapoor",
                    "homepage": "https://www.drupal.org/user/3495331"
                },
                {
                    "name": "mstef",
                    "homepage": "https://www.drupal.org/user/107190"
                }
            ],
            "description": "Prevent forms from being submitted without JavaScript enabled.",
            "homepage": "https://www.drupal.org/project/antibot",
            "support": {
                "source": "https://git.drupalcode.org/project/antibot"
            },
            "install-path": "../../docroot/modules/contrib/antibot"
        },
        {
            "name": "drupal/autocomplete_deluxe",
            "version": "2.1.2",
            "version_normalized": "2.1.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/autocomplete_deluxe.git",
                "reference": "2.1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/autocomplete_deluxe-2.1.2.zip",
                "reference": "2.1.2",
                "shasum": "3e8ba6e205b21305d672a02edb6dc40770ade71e"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.2",
                    "datestamp": "1742303934",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintenance for Drupal 8/9/10/11 versions"
                },
                {
                    "name": "Mediacurrent",
                    "homepage": "https://www.drupal.org/mediacurrent",
                    "role": "Supporting organization"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "mpriscella",
                    "homepage": "https://www.drupal.org/user/2354820"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                },
                {
                    "name": "sepgil",
                    "homepage": "https://www.drupal.org/user/512828"
                }
            ],
            "description": "Enhanced autocomplete using Jquery UI autocomplete.",
            "homepage": "https://www.drupal.org/project/autocomplete_deluxe",
            "support": {
                "source": "http://cgit.drupalcode.org/autocomplete_deluxe",
                "issues": "https://www.drupal.org/project/issues/autocomplete_deluxe"
            },
            "install-path": "../../docroot/modules/contrib/autocomplete_deluxe"
        },
        {
            "name": "drupal/automatic_updates",
            "version": "4.0.0",
            "version_normalized": "4.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/automatic_updates.git",
                "reference": "4.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/automatic_updates-4.0.0.zip",
                "reference": "4.0.0",
                "shasum": "e15ad212d3dd608091d846ca8c63948b356ab32f"
            },
            "require": {
                "composer-runtime-api": "^2.1",
                "drupal/core": "^11.2",
                "ext-json": "*",
                "symfony/console": "^6.2 || ^7"
            },
            "conflict": {
                "php-tuf/composer-integration": "<1-alpha11"
            },
            "require-dev": {
                "colinodell/psr-testlogger": "^1.2",
                "symfony/config": "^6.2 || ^7"
            },
            "bin": [
                "auto-update"
            ],
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.0",
                    "datestamp": "1749659459",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Drupal\\automatic_updates\\Development\\": "scripts/src"
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "scripts": {
                "phpcbf": [
                    "scripts/phpcbf.sh"
                ],
                "phpcs": [
                    "scripts/phpcs.sh"
                ],
                "test": [
                    "Composer\\Config::disableProcessTimeout",
                    "scripts/phpunit.sh"
                ],
                "core-convert": [
                    "Drupal\\automatic_updates\\Development\\ConverterCommand"
                ],
                "core-commit": [
                    "Drupal\\automatic_updates\\Development\\ConverterCommand::makeCommit"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "david strauss",
                    "homepage": "https://www.drupal.org/user/93254"
                },
                {
                    "name": "drumm",
                    "homepage": "https://www.drupal.org/user/3064"
                },
                {
                    "name": "dstol",
                    "homepage": "https://www.drupal.org/user/329570"
                },
                {
                    "name": "heddn",
                    "homepage": "https://www.drupal.org/user/1463982"
                },
                {
                    "name": "hestenet",
                    "homepage": "https://www.drupal.org/user/54034"
                },
                {
                    "name": "mbaynton",
                    "homepage": "https://www.drupal.org/user/2303520"
                },
                {
                    "name": "Mixologic",
                    "homepage": "https://www.drupal.org/user/391689"
                },
                {
                    "name": "mlhess",
                    "homepage": "https://www.drupal.org/user/102818"
                },
                {
                    "name": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                },
                {
                    "name": "pwolanin",
                    "homepage": "https://www.drupal.org/user/49851"
                },
                {
                    "name": "tedbow",
                    "homepage": "https://www.drupal.org/user/240860"
                },
                {
                    "name": "wim leers",
                    "homepage": "https://www.drupal.org/user/99777"
                },
                {
                    "name": "xjm",
                    "homepage": "https://www.drupal.org/user/65776"
                }
            ],
            "description": "Drupal Automatic Updates",
            "homepage": "https://www.drupal.org/project/automatic_updates",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/automatic_updates",
                "issues": "https://www.drupal.org/project/issues/automatic_updates"
            },
            "install-path": "../../docroot/modules/contrib/automatic_updates"
        },
        {
            "name": "drupal/autosave_form",
            "version": "1.10.0",
            "version_normalized": "1.10.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/autosave_form.git",
                "reference": "8.x-1.10"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/autosave_form-8.x-1.10.zip",
                "reference": "8.x-1.10",
                "shasum": "99e270c30bf09a2688a5b23814beced13f8f7ba4"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.10",
                    "datestamp": "1738605622",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "hchonov",
                    "homepage": "https://www.drupal.org/user/2901211"
                }
            ],
            "description": "Adds autosave feature on forms.",
            "homepage": "https://www.drupal.org/project/autosave_form",
            "support": {
                "source": "https://git.drupalcode.org/project/autosave_form"
            },
            "install-path": "../../docroot/modules/contrib/autosave_form"
        },
        {
            "name": "drupal/better_exposed_filters",
            "version": "7.1.1",
            "version_normalized": "7.1.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/better_exposed_filters.git",
                "reference": "7.1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/better_exposed_filters-7.1.1.zip",
                "reference": "7.1.1",
                "shasum": "e22a4afccf011a583e2ae6297d34f7d344552469"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/nouislider_js": "^15.8.1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.1.1",
                    "datestamp": "1763681621",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Mike Keran",
                    "homepage": "https://www.drupal.org/u/mikeker"
                },
                {
                    "name": "Martin Keereman",
                    "homepage": "https://www.drupal.org/u/etroid"
                },
                {
                    "name": "Neslee Canil Pinto",
                    "homepage": "https://www.drupal.org/u/neslee-canil-pinto"
                },
                {
                    "name": "mikeker",
                    "homepage": "https://www.drupal.org/user/192273"
                },
                {
                    "name": "neslee canil pinto",
                    "homepage": "https://www.drupal.org/user/3580850"
                },
                {
                    "name": "podarok",
                    "homepage": "https://www.drupal.org/user/116002"
                },
                {
                    "name": "rlhawk",
                    "homepage": "https://www.drupal.org/user/352283"
                },
                {
                    "name": "smustgrave",
                    "homepage": "https://www.drupal.org/user/3252890"
                }
            ],
            "description": "Replaces the Views default single- or multi-select boxes with more advanced options.",
            "homepage": "https://www.drupal.org/project/better_exposed_filters",
            "support": {
                "source": "https://git.drupalcode.org/project/better_exposed_filters",
                "issues": "https://www.drupal.org/project/issues/better_exposed_filters"
            },
            "install-path": "../../docroot/modules/contrib/better_exposed_filters"
        },
        {
            "name": "drupal/blazy",
            "version": "3.0.15",
            "version_normalized": "3.0.15.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/blazy.git",
                "reference": "3.0.15"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/blazy-3.0.15.zip",
                "reference": "3.0.15",
                "shasum": "9464e029679a3bf3ef811865eb859f6789294590"
            },
            "require": {
                "drupal/core": ">=9.4"
            },
            "conflict": {
                "drupal/csp": "<1.12"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.15",
                    "datestamp": "1760528174",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Gaus Surahman",
                    "homepage": "https://www.drupal.org/u/gausarts",
                    "role": "Maintainer"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://www.drupal.org/node/2663268/committers",
                    "role": "Contributor"
                },
                {
                    "name": "geek-merlin",
                    "homepage": "https://www.drupal.org/user/229048"
                },
                {
                    "name": "sun",
                    "homepage": "https://www.drupal.org/user/54136"
                }
            ],
            "description": "Provides basic bLazy integration for lazy loading and multi-serving images.",
            "homepage": "https://drupal.org/project/blazy",
            "keywords": [
                "Drupal",
                "bLazy",
                "lazyload"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/blazy",
                "issues": "https://drupal.org/project/issues/blazy"
            },
            "install-path": "../../docroot/modules/contrib/blazy"
        },
        {
            "name": "drupal/block_class",
            "version": "4.0.2",
            "version_normalized": "4.0.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/block_class.git",
                "reference": "4.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/block_class-4.0.2.zip",
                "reference": "4.0.2",
                "shasum": "10c30a6a113a00722cb42798692c3c0389c35a89"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.2",
                    "datestamp": "1762734005",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Issue #3493849: Argument #1 ($array) must be of type array, string given": "https://www.drupal.org/files/issues/2025-01-28/fix-array-merge-type-error-block-class-3493849-6.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Todd Nienkerk",
                    "homepage": "https://www.drupal.org/u/todd-nienkerk",
                    "role": "Maintainer"
                },
                {
                    "name": "Renato Gonçalves (RenatoG)",
                    "homepage": "https://www.drupal.org/u/RenatoG",
                    "role": "Maintainer"
                },
                {
                    "name": "Neslee Canil Pinto",
                    "homepage": "https://www.drupal.org/u/neslee-canil-pinto",
                    "role": "Maintainer"
                },
                {
                    "name": "Aaron Stanush",
                    "homepage": "https://www.drupal.org/u/aaron-stanush",
                    "role": "Maintainer"
                },
                {
                    "name": "David Suissa (DYdave)",
                    "homepage": "https://www.drupal.org/u/DYdave",
                    "role": "Maintainer"
                },
                {
                    "name": "Four Kitchens",
                    "homepage": "https://www.drupal.org/user/358502",
                    "role": "Maintainer"
                },
                {
                    "name": "berenddeboer",
                    "homepage": "https://www.drupal.org/u/berenddeboer",
                    "role": "Maintainer"
                },
                {
                    "name": "elliotttf",
                    "homepage": "https://www.drupal.org/u/elliotttf",
                    "role": "Maintainer"
                },
                {
                    "name": "Michal Minecki (mirzu)",
                    "homepage": "https://www.drupal.org/u/mirzu",
                    "role": "Maintainer"
                },
                {
                    "name": "Patrick Coffey (pcoffey)",
                    "homepage": "https://www.drupal.org/u/pcoffey",
                    "role": "Maintainer"
                },
                {
                    "name": "Taylor Smith (tsmith512)",
                    "homepage": "https://www.drupal.org/u/tsmith512",
                    "role": "Maintainer"
                }
            ],
            "description": "Allows assigning classes, attributes and ID to blocks.",
            "homepage": "https://www.drupal.org/project/block_class",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/block_class",
                "issues": "https://www.drupal.org/project/issues/block_class",
                "irc": "irc://irc.freenode.org/drupal-contribute"
            },
            "install-path": "../../docroot/modules/contrib/block_class"
        },
        {
            "name": "drupal/block_form_alter",
            "version": "2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/block_form_alter.git",
                "reference": "2.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/block_form_alter-2.1.0.zip",
                "reference": "2.1.0",
                "shasum": "e442a8bd8b74f8404905012c248b46c0249412fc"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.0",
                    "datestamp": "1724706726",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Chris Burge",
                    "homepage": "https://www.drupal.org/u/chris-burge",
                    "role": "Maintainer"
                }
            ],
            "description": "Provides block form alter functions.",
            "homepage": "https://www.drupal.org/project/block_form_alter",
            "support": {
                "source": "https://git.drupalcode.org/project/block_form_alter",
                "issues": "https://www.drupal.org/project/issues/block_form_alter"
            },
            "install-path": "../../docroot/modules/contrib/block_form_alter"
        },
        {
            "name": "drupal/block_library",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/block_library.git",
                "reference": "1.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/block_library-1.0.1.zip",
                "reference": "1.0.1",
                "shasum": "9880a3ecf126fa97d57e01946f55af98bb4d3a22"
            },
            "require": {
                "drupal/core": "^9.3 || ^10.3 || ^11",
                "drupal/layout_builder_restrictions": "^2.7 || ^3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.1",
                    "datestamp": "1726329168",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "mahmoud-zayed",
                    "homepage": "https://www.drupal.org/user/2947001"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Adds additional functionality to the core block library.",
            "homepage": "https://www.drupal.org/project/block_library",
            "keywords": [
                "Drupal",
                "Layout Builder",
                "block",
                "custom",
                "library"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/block_library"
            },
            "install-path": "../../docroot/modules/contrib/block_library"
        },
        {
            "name": "drupal/bootstrap_layout_builder",
            "version": "2.2.1",
            "version_normalized": "2.2.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/bootstrap_layout_builder.git",
                "reference": "2.2.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/bootstrap_layout_builder-2.2.1.zip",
                "reference": "2.2.1",
                "shasum": "a13972a2299b44f710b0ac5eae67563771d2392f"
            },
            "require": {
                "drupal/bootstrap_styles": "^1.2.0",
                "drupal/core": "^10.3 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.1",
                    "datestamp": "1726578341",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Amira Dowidar",
                    "homepage": "https://www.drupal.org/user/3092603"
                },
                {
                    "name": "mahmoud-zayed",
                    "homepage": "https://www.drupal.org/user/2947001"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Add Bootstrap Grid support to Layout Builder module.",
            "homepage": "https://www.drupal.org/project/bootstrap_layout_builder",
            "keywords": [
                "Bootstrap",
                "Drupal",
                "Grid",
                "Layout Builder"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/bootstrap_layout_builder"
            },
            "install-path": "../../docroot/modules/contrib/bootstrap_layout_builder"
        },
        {
            "name": "drupal/bootstrap_layouts",
            "version": "5.7.0",
            "version_normalized": "5.7.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/bootstrap_layouts.git",
                "reference": "8.x-5.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/bootstrap_layouts-8.x-5.7.zip",
                "reference": "8.x-5.7",
                "shasum": "679d404054fec78634e092dc48d755658b0e8b99"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-5.7",
                    "datestamp": "1765295664",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "darol100",
                    "homepage": "https://www.drupal.org/user/2667123"
                },
                {
                    "name": "hctom",
                    "homepage": "https://www.drupal.org/user/112790"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "This module is going to generate layouts with Bootstrap grid system.",
            "homepage": "https://www.drupal.org/project/bootstrap_layouts",
            "support": {
                "source": "http://cgit.drupalcode.org/bootstrap_layouts",
                "issues": "https://www.drupal.org/project/issues/bootstrap_layouts"
            },
            "install-path": "../../docroot/modules/contrib/bootstrap_layouts"
        },
        {
            "name": "drupal/bootstrap_styles",
            "version": "1.2.2",
            "version_normalized": "1.2.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/bootstrap_styles.git",
                "reference": "1.2.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/bootstrap_styles-1.2.2.zip",
                "reference": "1.2.2",
                "shasum": "792761c26f479990c77eddd5754047df59123688"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/media_library_form_element": "^2.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.2.2",
                    "datestamp": "1765119310",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Issue #3282082: Support Bootstrap 5 on bootstrap_styles module": "https://www.drupal.org/files/issues/2022-06-14/Fix-support-bootstrap-5-on-bootstrap-styles-3282082-%233.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Amira Dowidar",
                    "homepage": "https://www.drupal.org/user/3092603"
                },
                {
                    "name": "mahmoud-zayed",
                    "homepage": "https://www.drupal.org/user/2947001"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Add a plugins builder and a collection of reusable plugins to the Layout Builder module.",
            "homepage": "https://www.drupal.org/project/bootstrap_styles",
            "keywords": [
                "Bootstrap",
                "Drupal",
                "Grid",
                "Layout Builder"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/bootstrap_styles"
            },
            "install-path": "../../docroot/modules/contrib/bootstrap_styles"
        },
        {
            "name": "drupal/bpmn_io",
            "version": "3.0.4",
            "version_normalized": "3.0.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/bpmn_io.git",
                "reference": "3.0.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/bpmn_io-3.0.4.zip",
                "reference": "3.0.4",
                "shasum": "bf5a7a99023131e5316c8573598767fd78a989f4"
            },
            "require": {
                "drupal/core": "^11.2",
                "drupal/modeler_api": "^1.0",
                "ext-dom": "*",
                "mtownsend/xml-to-array": "^2.0",
                "php": ">=8.3"
            },
            "require-dev": {
                "drupal/eca": "^3.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.4",
                    "datestamp": "1765554265",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "boromino",
                    "homepage": "https://www.drupal.org/user/859722"
                },
                {
                    "name": "jurgenhaas",
                    "homepage": "https://www.drupal.org/user/168924"
                }
            ],
            "description": "BPMN modeler, integrated into Drupal's admin UI.",
            "homepage": "https://www.drupal.org/project/bpmn_io",
            "support": {
                "source": "https://drupal.org/project/bpmn_io",
                "issues": "https://drupal.org/project/issues/bpmn_io"
            },
            "install-path": "../../docroot/modules/contrib/bpmn_io"
        },
        {
            "name": "drupal/captcha",
            "version": "2.0.9",
            "version_normalized": "2.0.9.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/captcha.git",
                "reference": "2.0.9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/captcha-2.0.9.zip",
                "reference": "2.0.9",
                "shasum": "15b2ba18fab75ea88bfa8f75fb1be09f7cd52cbb"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.9",
                    "datestamp": "1753701287",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "branch-alias": {
                    "dev-8.x-1.x": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "anybody",
                    "homepage": "https://www.drupal.org/user/291091"
                },
                {
                    "name": "elachlan",
                    "homepage": "https://www.drupal.org/user/1021502"
                },
                {
                    "name": "grevil",
                    "homepage": "https://www.drupal.org/user/3668491"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "naveenvalecha",
                    "homepage": "https://www.drupal.org/user/2665733"
                },
                {
                    "name": "podarok",
                    "homepage": "https://www.drupal.org/user/116002"
                },
                {
                    "name": "robloach",
                    "homepage": "https://www.drupal.org/user/61114"
                },
                {
                    "name": "thomas.frobieter",
                    "homepage": "https://www.drupal.org/user/409335"
                },
                {
                    "name": "wundo",
                    "homepage": "https://www.drupal.org/user/25523"
                }
            ],
            "description": "The CAPTCHA module provides this feature to virtually any user facing web form on a Drupal site.",
            "homepage": "https://www.drupal.org/project/captcha",
            "support": {
                "source": "https://git.drupalcode.org/project/captcha",
                "issues": "https://www.drupal.org/project/issues/captcha"
            },
            "install-path": "../../docroot/modules/contrib/captcha"
        },
        {
            "name": "drupal/checklistapi",
            "version": "2.1.7",
            "version_normalized": "2.1.7.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/checklistapi.git",
                "reference": "2.1.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/checklistapi-2.1.7.zip",
                "reference": "2.1.7",
                "shasum": "8d846a0629eaa116d0110968ed0fa6f38e961d93"
            },
            "require": {
                "drupal/core": "^9.3 || ^10 || ^11",
                "php": ">=7.3.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.7",
                    "datestamp": "1763741209",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^10"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Travis Carden",
                    "homepage": "https://www.drupal.org/user/3550392",
                    "email": "travis.carden@gmail.com"
                },
                {
                    "name": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                },
                {
                    "name": "rajeshreeputra",
                    "homepage": "https://www.drupal.org/user/3418561"
                },
                {
                    "name": "traviscarden",
                    "homepage": "https://www.drupal.org/user/236758"
                },
                {
                    "name": "vladimiraus",
                    "homepage": "https://www.drupal.org/user/673120"
                }
            ],
            "description": "Provides an API for creating fillable, persistent checklists.",
            "homepage": "http://drupal.org/project/checklistapi",
            "support": {
                "source": "https://git.drupalcode.org/project/checklistapi",
                "issues": "https://www.drupal.org/project/issues/checklistapi"
            },
            "install-path": "../../docroot/modules/contrib/checklistapi"
        },
        {
            "name": "drupal/ckeditor5_paste_filter",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ckeditor5_paste_filter.git",
                "reference": "1.1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ckeditor5_paste_filter-1.1.1.zip",
                "reference": "1.1.1",
                "shasum": "a028a8a744c64a0dcc5168e00deec7d38119c1ce"
            },
            "require": {
                "drupal/core": "^9.3 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.1.1",
                    "datestamp": "1765403902",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "star-szr",
                    "homepage": "https://www.drupal.org/user/1167326"
                }
            ],
            "description": "Filter content pasted into CKEditor 5",
            "homepage": "https://www.drupal.org/project/ckeditor5_paste_filter",
            "support": {
                "source": "https://git.drupalcode.org/project/ckeditor5_paste_filter"
            },
            "install-path": "../../docroot/modules/contrib/ckeditor5_paste_filter"
        },
        {
            "name": "drupal/ckeditor5_plugin_pack",
            "version": "1.4.2",
            "version_normalized": "1.4.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ckeditor5_plugin_pack.git",
                "reference": "1.4.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ckeditor5_plugin_pack-1.4.2.zip",
                "reference": "1.4.2",
                "shasum": "c80d2e1a1c7e67494bf1a7eaedb506d7198cd57a"
            },
            "require": {
                "drupal/ckeditor5_premium_features": "^1.5",
                "drupal/core": "^9.4 || ^10.0 || ^11.0",
                "php": "^8.0"
            },
            "require-dev": {
                "drupal/ckeditor5_premium_features_wproofreader": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.4.2",
                    "datestamp": "1764157218",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Wojciech Kukowski (salmonek)",
                    "homepage": "https://www.drupal.org/u/salmonek",
                    "role": "Maintainer"
                },
                {
                    "name": "Dawid Olszewski (dolszewski)",
                    "homepage": "https://www.drupal.org/u/dolszewski",
                    "role": "Maintainer"
                }
            ],
            "description": "The plugin pack for the CKEditor 5 WYSIWYG editor.",
            "homepage": "https://www.drupal.org/project/ckeditor5_plugin_pack",
            "support": {
                "source": "https://git.drupalcode.org/project/ckeditor5_plugin_pack",
                "issues": "https://www.drupal.org/project/issues/ckeditor5_plugin_pack"
            },
            "install-path": "../../docroot/modules/contrib/ckeditor5_plugin_pack"
        },
        {
            "name": "drupal/ckeditor5_premium_features",
            "version": "1.6.4",
            "version_normalized": "1.6.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ckeditor5_premium_features.git",
                "reference": "1.6.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ckeditor5_premium_features-1.6.4.zip",
                "reference": "1.6.4",
                "shasum": "d15479f581d0ee1dc135c4ba15a51550622074a0"
            },
            "require": {
                "drupal/core": "^10.3 || ^11.0",
                "ext-dom": "*",
                "ext-libxml": "*",
                "php": "^8.0"
            },
            "require-dev": {
                "drupal/ckeditor5-ckeditor5": "*",
                "drupal/ckeditor5_premium_features_mentions": "*"
            },
            "suggest": {
                "aws/aws-sdk-php": "Required for AWS Bedrock provider for the AI Assistant.",
                "caxy/php-htmldiff": "Required for asynchronous collaboration and notifications.",
                "firebase/php-jwt": "Required for Real-time collaboration and document converters.",
                "openai-php/client": "Required for OpenAI an AzureAI providers for the AI Assistant."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.6.4",
                    "datestamp": "1764788889",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Wojciech Kukowski (salmonek)",
                    "homepage": "https://www.drupal.org/u/salmonek",
                    "role": "Maintainer"
                },
                {
                    "name": "Dawid Olszewski (dolszewski)",
                    "homepage": "https://www.drupal.org/u/dolszewski",
                    "role": "Maintainer"
                },
                {
                    "name": "wwalc",
                    "homepage": "https://www.drupal.org/user/184556"
                }
            ],
            "description": "The premium features for the CKEditor 5 WYSIWYG editor.",
            "homepage": "https://www.drupal.org/project/ckeditor5_premium_features",
            "support": {
                "source": "https://git.drupalcode.org/project/ckeditor5_premium_features",
                "issues": "https://www.drupal.org/project/issues/ckeditor5_premium_features"
            },
            "install-path": "../../docroot/modules/contrib/ckeditor5_premium_features"
        },
        {
            "name": "drupal/ckeditor_bidi",
            "version": "5.1.1",
            "version_normalized": "5.1.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ckeditor_bidi.git",
                "reference": "5.1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ckeditor_bidi-5.1.1.zip",
                "reference": "5.1.1",
                "shasum": "2069a6c4df4ac8d98f155358aad04bf857ec3348"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "5.1.1",
                    "datestamp": "1746054978",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Israel Shmueli",
                    "homepage": "https://www.drupal.org/u/israelshmueli"
                },
                {
                    "name": "smustgrave",
                    "homepage": "https://www.drupal.org/user/3252890"
                }
            ],
            "description": "Adds RTL/LTR buttons to Drupal 8/9 CKEditor toolbar by integrating CKEditor BiDi (Text Direction) plugin.",
            "homepage": "https://www.drupal.org/project/ckeditor_bidi",
            "support": {
                "source": "https://git.drupalcode.org/ckeditor_bidi",
                "issues": "https://www.drupal.org/project/issues/ckeditor_bidi"
            },
            "install-path": "../../docroot/modules/contrib/ckeditor_bidi"
        },
        {
            "name": "drupal/ckeditor_emoji",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ckeditor_emoji.git",
                "reference": "2.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ckeditor_emoji-2.0.1.zip",
                "reference": "2.0.1",
                "shasum": "e85c1dc8a037e7a684f1434f660e4e1d2c4aba05"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.1",
                    "datestamp": "1731728742",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                },
                "branch-alias": {
                    "dev-2.0.x": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "ashrafomar",
                    "homepage": "https://www.drupal.org/user/3520049"
                }
            ],
            "description": "CKEditor Emoji Plugin is designed to enhance the content editing experience in Drupal by enabling the insertion of emojis directly into your text.",
            "homepage": "https://www.drupal.org/project/ckeditor_emoji",
            "support": {
                "source": "https://git.drupalcode.org/project/ckeditor_emoji"
            },
            "install-path": "../../docroot/modules/contrib/ckeditor_emoji"
        },
        {
            "name": "drupal/ckeditor_media_embed",
            "version": "2.0.5",
            "version_normalized": "2.0.5.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ckeditor_media_embed.git",
                "reference": "2.0.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ckeditor_media_embed-2.0.5.zip",
                "reference": "2.0.5",
                "shasum": "0db732f57005ea27c10163515f7eb33d77ab6565"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.5",
                    "datestamp": "1763279757",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "elusivemind",
                    "homepage": "https://www.drupal.org/user/350597"
                },
                {
                    "name": "grndlvl",
                    "homepage": "https://www.drupal.org/user/103553"
                },
                {
                    "name": "jody lynn",
                    "homepage": "https://www.drupal.org/user/112500"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Adds the Media Embed CKEditor plugins to Drupal.",
            "homepage": "https://www.drupal.org/project/embed",
            "support": {
                "source": "https://drupal.org/project/ckeditor_media_embed",
                "issues": "https://drupal.org/project/issues/ckeditor_media_embed"
            },
            "install-path": "../../docroot/modules/contrib/ckeditor_media_embed"
        },
        {
            "name": "drupal/ckeditor_media_resize",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ckeditor_media_resize.git",
                "reference": "1.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ckeditor_media_resize-1.1.0.zip",
                "reference": "1.1.0",
                "shasum": "b158f58590054f0e69a9bdbb106738323e4d3bea"
            },
            "require": {
                "drupal/core": "~10.5.0 || ~10.6.0 || ~11.2.0 || ~11.3.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.1.0",
                    "datestamp": "1759230011",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Sebastian Leu",
                    "homepage": "https://www.drupal.org/u/s_leu",
                    "role": "Maintainer"
                },
                {
                    "name": "s_leu",
                    "homepage": "https://www.drupal.org/user/1336864"
                },
                {
                    "name": "tim bozeman",
                    "homepage": "https://www.drupal.org/user/2241356"
                }
            ],
            "description": "Provides a ckeditor5 plugin that allows resizing of embedded image media.",
            "homepage": "https://drupal.org/project/ckeditor_media_resize",
            "support": {
                "source": "https://git.drupalcode.org/project/ckeditor_media_resize"
            },
            "install-path": "../../docroot/modules/contrib/ckeditor_media_resize"
        },
        {
            "name": "drupal/coffee",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/coffee.git",
                "reference": "2.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/coffee-2.0.1.zip",
                "reference": "2.0.1",
                "shasum": "cc19f67fbf48c5946f8053093e100cbd07e96167"
            },
            "require": {
                "drupal/core": "^10.2 || ^11.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.1",
                    "datestamp": "1736247807",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "branch-alias": {
                    "dev-8.x-1.x": "8.1.x-dev"
                },
                "patches_applied": {
                    "Issue #3535874: Add Navigation Top Bar integration for Coffee module in Drupal ~11.2.0 and Gin ~5.0": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/coffee--2025-07-30--3535874--mr-19.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Michael Mol",
                    "homepage": "https://www.drupal.org/u/michaelmol",
                    "role": "Maintainer"
                },
                {
                    "name": "Marco",
                    "homepage": "https://www.drupal.org/u/willzyx",
                    "role": "Maintainer"
                },
                {
                    "name": "Oliver Köhler",
                    "homepage": "https://www.drupal.org/u/nebel54",
                    "role": "Maintainer"
                },
                {
                    "name": "Alli Price",
                    "homepage": "https://www.drupal.org/u/heylookalive",
                    "role": "Maintainer"
                },
                {
                    "name": "See other contributors",
                    "homepage": "https://www.drupal.org/node/1356930/committers",
                    "role": "contributor"
                }
            ],
            "description": "Provides an Alfred like search box to navigate within your site.",
            "homepage": "https://drupal.org/project/coffee",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/coffee",
                "issues": "https://drupal.org/project/issues/coffee",
                "irc": "irc://irc.freenode.org/drupal-contribute"
            },
            "install-path": "../../docroot/modules/contrib/coffee"
        },
        {
            "name": "drupal/config_ignore",
            "version": "3.3.0",
            "version_normalized": "3.3.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/config_ignore.git",
                "reference": "8.x-3.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_ignore-8.x-3.3.zip",
                "reference": "8.x-3.3",
                "shasum": "4446811ecb023820a57c227d35c034e0d4363a70"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/config_filter": "^1.8||^2.2",
                "drush/drush": "^10 || ^11 || ^12"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-3.3",
                    "datestamp": "1713299496",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "fix: #3561884 Implicit nullable Request parameter for PHP 8.4 compatibility in Config Ignore": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/config_ignore--2025-12-07--3561884.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Tommy Lynge Jørgensen",
                    "homepage": "https://www.drupal.org/u/tlyngej",
                    "email": "tlyngej@gmail.com",
                    "role": "Maintainer"
                },
                {
                    "name": "Fabian Bircher",
                    "homepage": "https://www.drupal.org/u/bircher",
                    "role": "Maintainer"
                },
                {
                    "name": "tlyngej",
                    "homepage": "https://www.drupal.org/user/413139"
                }
            ],
            "description": "Ignore certain configuration during import and export.",
            "homepage": "http://drupal.org/project/config_ignore",
            "support": {
                "source": "https://git.drupalcode.org/project/config_ignore",
                "issues": "http://drupal.org/project/config_ignore"
            },
            "install-path": "../../docroot/modules/contrib/config_ignore"
        },
        {
            "name": "drupal/config_inspector",
            "version": "2.1.9",
            "version_normalized": "2.1.9.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/config_inspector.git",
                "reference": "2.1.9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_inspector-2.1.9.zip",
                "reference": "2.1.9",
                "shasum": "e5df3444f9e9aec82ff136b66a6707196ef1f7eb"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.9",
                    "datestamp": "1714470278",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9 || ^10"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "aspilicious",
                    "homepage": "https://www.drupal.org/user/172527"
                },
                {
                    "name": "borisson_",
                    "homepage": "https://www.drupal.org/user/2393360"
                },
                {
                    "name": "gábor hojtsy",
                    "homepage": "https://www.drupal.org/user/4166"
                },
                {
                    "name": "jose reyero",
                    "homepage": "https://www.drupal.org/user/4299"
                },
                {
                    "name": "vijaycs85",
                    "homepage": "https://www.drupal.org/user/93488"
                },
                {
                    "name": "wim leers",
                    "homepage": "https://www.drupal.org/user/99777"
                }
            ],
            "description": "Provides a configuration data and structure inspector tool",
            "homepage": "https://drupal.org/project/config_inspector",
            "support": {
                "source": "https://cgit.drupalcode.org/config_inspector",
                "issues": "https://drupal.org/project/issues/config_inspector",
                "irc": "irc://irc.freenode.org/drupal-contribute"
            },
            "install-path": "../../docroot/modules/contrib/config_inspector"
        },
        {
            "name": "drupal/config_perms",
            "version": "2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/config_perms.git",
                "reference": "8.x-2.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_perms-8.x-2.3.zip",
                "reference": "8.x-2.3",
                "shasum": "6ec87b91b7ff23a41c5ee266b507e882851b7828"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.3",
                    "datestamp": "1746157140",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "benellefimostfa",
                    "homepage": "https://www.drupal.org/user/3092403"
                },
                {
                    "name": "Docc",
                    "homepage": "https://www.drupal.org/user/310132"
                },
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "gnuget",
                    "homepage": "https://www.drupal.org/user/992990"
                },
                {
                    "name": "kristen pol",
                    "homepage": "https://www.drupal.org/user/8389"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "mrthumpz",
                    "homepage": "https://www.drupal.org/user/266351"
                }
            ],
            "description": "Allows additional permissions to be created and managed through an administration form.",
            "homepage": "http://drupal.org/project/config_perms",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/config_perms",
                "issues": "http://drupal.org/project/issues/config_perms"
            },
            "install-path": "../../docroot/modules/contrib/config_perms"
        },
        {
            "name": "drupal/config_split",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/config_split.git",
                "reference": "2.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_split-2.0.2.zip",
                "reference": "2.0.2",
                "shasum": "efde01f790ca6f6023982e918fe51740da931d3e"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10 || ^11"
            },
            "conflict": {
                "drush/drush": "<10"
            },
            "require-dev": {
                "drupal/config_filter": "^1||^2"
            },
            "suggest": {
                "drupal/chosen": "Chosen uses the Chosen jQuery plugin to make the <select> elements more user-friendly.",
                "drupal/select2_all": "Applies the Select2 library to all select fields on the site similar to the Chosen module."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.2",
                    "datestamp": "1739381800",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^10 || ^11"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Fabian Bircher",
                    "homepage": "https://www.drupal.org/u/bircher",
                    "email": "opensource@fabianbircher.com",
                    "role": "Maintainer"
                },
                {
                    "name": "Nuvole Web",
                    "homepage": "http://nuvole.org",
                    "email": "info@nuvole.org",
                    "role": "Maintainer"
                },
                {
                    "name": "pescetti",
                    "homepage": "https://www.drupal.org/user/436244"
                }
            ],
            "description": "Configuration filter for importing and exporting extra config",
            "homepage": "https://www.drupal.org/project/config_split",
            "keywords": [
                "Drupal",
                "configuration",
                "configuration management"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/config_split",
                "issues": "https://www.drupal.org/project/issues/config_split",
                "slack": "https://drupal.slack.com/archives/C45342CDD"
            },
            "install-path": "../../docroot/modules/contrib/config_split"
        },
        {
            "name": "drupal/config_update",
            "version": "2.0.0-alpha4",
            "version_normalized": "2.0.0.0-alpha4",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/config_update.git",
                "reference": "2.0.0-alpha4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_update-2.0.0-alpha4.zip",
                "reference": "2.0.0-alpha4",
                "shasum": "d8ea528b0b3e24918356bb72bef61408f650aa8e"
            },
            "require": {
                "drupal/core": "^9.4 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0-alpha4",
                    "datestamp": "1724596931",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "codebymikey",
                    "homepage": "https://www.drupal.org/user/3573206"
                },
                {
                    "name": "pasqualle",
                    "homepage": "https://www.drupal.org/user/80733"
                },
                {
                    "name": "vishalkhode",
                    "homepage": "https://www.drupal.org/user/2439156"
                }
            ],
            "description": "Provides basic revert and update functionality for other modules.",
            "homepage": "https://www.drupal.org/project/config_update",
            "support": {
                "source": "https://git.drupalcode.org/project/config_update"
            },
            "install-path": "../../docroot/modules/contrib/config_update"
        },
        {
            "name": "drupal/consumers",
            "version": "1.22.0",
            "version_normalized": "1.22.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/consumers.git",
                "reference": "8.x-1.22"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/consumers-8.x-1.22.zip",
                "reference": "8.x-1.22",
                "shasum": "b2e20b3dc171230fef2e5e97ff7b508a6bac2e4f"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.22",
                    "datestamp": "1764310066",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "e0ipso",
                    "homepage": "https://www.drupal.org/user/550110"
                },
                {
                    "name": "eojthebrave",
                    "homepage": "https://www.drupal.org/user/79230"
                }
            ],
            "description": "Declare all the consumers of your API.",
            "homepage": "https://www.drupal.org/project/consumers",
            "support": {
                "source": "https://git.drupalcode.org/project/consumers"
            },
            "install-path": "../../docroot/modules/contrib/consumers"
        },
        {
            "name": "drupal/content_lock",
            "version": "3.0.0-alpha4",
            "version_normalized": "3.0.0.0-alpha4",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/content_lock.git",
                "reference": "3.0.0-alpha4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/content_lock-3.0.0-alpha4.zip",
                "reference": "3.0.0-alpha4",
                "shasum": "6292c1c78a4c9fa272edaae0cdb742202911e7a8"
            },
            "require": {
                "drupal/core": "^10.2 || ^11"
            },
            "require-dev": {
                "drupal/conflict": "^3.0@ALPHA",
                "drupal/trash": "^3.0"
            },
            "suggest": {
                "drupal/conflict": "For entity translation level locking"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0-alpha4",
                    "datestamp": "1751989968",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Christian Fritsch (chr.fritsch)",
                    "homepage": "https://www.drupal.org/u/chrfritsch",
                    "role": "Maintainer"
                },
                {
                    "name": "Daniel Bosen (daniel.bosen)",
                    "homepage": "https://www.drupal.org/u/danielbosen",
                    "role": "Maintainer"
                },
                {
                    "name": "Christopher Gervais (ergonlogic)",
                    "homepage": "https://www.drupal.org/u/ergonlogic",
                    "role": "Maintainer"
                },
                {
                    "name": "Joseph Zhao (pandaski)",
                    "homepage": "https://www.drupal.org/u/pandaski",
                    "role": "Maintainer"
                },
                {
                    "name": "Volker Killesreiter (volkerk)",
                    "homepage": "https://www.drupal.org/u/volkerk",
                    "role": "Maintainer"
                },
                {
                    "name": "Alex Pott (alexpott)",
                    "homepage": "https://www.drupal.org/u/alexpott",
                    "role": "Maintainer"
                },
                {
                    "name": "mark burdett (mfb)",
                    "homepage": "https://www.drupal.org/u/mfb",
                    "role": "Maintainer"
                },
                {
                    "name": "Viktor Holovachek (AstonVictor)",
                    "homepage": "https://www.drupal.org/u/astonvictor",
                    "role": "Maintainer"
                }
            ],
            "description": "Prevents multiple users from trying to edit a content entity simultaneously to prevent edit conflicts.",
            "homepage": "https://www.drupal.org/project/content_lock",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/content_lock",
                "issues": "https://www.drupal.org/project/issues/content_lock"
            },
            "install-path": "../../docroot/modules/contrib/content_lock"
        },
        {
            "name": "drupal/content_moderation_notifications",
            "version": "3.8.0",
            "version_normalized": "3.8.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/content_moderation_notifications.git",
                "reference": "8.x-3.8"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/content_moderation_notifications-8.x-3.8.zip",
                "reference": "8.x-3.8",
                "shasum": "067100d7e6cb3149fb120e22ad2f845a5baeee19"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/token": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-3.8",
                    "datestamp": "1759515156",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "bkosborne",
                    "homepage": "https://www.drupal.org/user/788032"
                },
                {
                    "name": "jhedstrom",
                    "homepage": "https://www.drupal.org/user/208732"
                },
                {
                    "name": "rob holmes",
                    "homepage": "https://www.drupal.org/user/1774034"
                },
                {
                    "name": "tyapchyc",
                    "homepage": "https://www.drupal.org/user/3351412"
                }
            ],
            "description": "Manage notifications for content moderation transitions.",
            "homepage": "https://www.drupal.org/project/content_moderation_notifications",
            "support": {
                "source": "https://git.drupalcode.org/project/content_moderation_notifications",
                "issues": "https://www.drupal.org/project/issues/content_moderation_notifications"
            },
            "install-path": "../../docroot/modules/contrib/content_moderation_notifications"
        },
        {
            "name": "drupal/content_planner",
            "version": "1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/content_planner.git",
                "reference": "8.x-1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/content_planner-8.x-1.3.zip",
                "reference": "8.x-1.3",
                "shasum": "1e0fab7f142b807ac29eaa5f6cd24deb9efbd589"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11",
                "drupal/scheduler": "*"
            },
            "require-dev": {
                "drupal/content_calendar": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.3",
                    "datestamp": "1737285764",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "fix: #3542886 PHP 8.4 Support fixes": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/content_planner--2025-12-09--3542886--mr-63.patch",
                    "Issue #3545519: Fix Prevent fatal error when entity cannot be loaded": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/content_planner--2025-09-08--3545519--mr-62.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "dieterholvoet",
                    "homepage": "https://www.drupal.org/user/3567222"
                },
                {
                    "name": "lukas.fischer",
                    "homepage": "https://www.drupal.org/user/204430"
                },
                {
                    "name": "nataliajustice",
                    "homepage": "https://www.drupal.org/user/3629850"
                },
                {
                    "name": "nidaismailshah",
                    "homepage": "https://www.drupal.org/user/3073065"
                },
                {
                    "name": "nkoporec",
                    "homepage": "https://www.drupal.org/user/3554464"
                },
                {
                    "name": "yannickbaettig",
                    "homepage": "https://www.drupal.org/user/3662173"
                }
            ],
            "description": "Plan your content using a Dashboard, the Content Calendar and Content Kanban.",
            "homepage": "https://www.drupal.org/project/content_planner",
            "support": {
                "source": "https://git.drupalcode.org/project/content_planner"
            },
            "install-path": "../../docroot/modules/contrib/content_planner"
        },
        {
            "name": "drupal/core",
            "version": "11.3.1",
            "version_normalized": "11.3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/drupal/core.git",
                "reference": "d3e8dd05dc47a8f6ca14713ba4ec1fc52952407d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/drupal/core/zipball/d3e8dd05dc47a8f6ca14713ba4ec1fc52952407d",
                "reference": "d3e8dd05dc47a8f6ca14713ba4ec1fc52952407d",
                "shasum": ""
            },
            "require": {
                "asm89/stack-cors": "^2.3",
                "composer-runtime-api": "^2.1",
                "composer/semver": "^3.3",
                "doctrine/lexer": "^2 || ^3",
                "drupal/core-composer-scaffold": "self.version",
                "egulias/email-validator": "^3.2.1|^4.0",
                "ext-date": "*",
                "ext-dom": "*",
                "ext-filter": "*",
                "ext-gd": "*",
                "ext-hash": "*",
                "ext-json": "*",
                "ext-pcre": "*",
                "ext-pdo": "*",
                "ext-session": "*",
                "ext-simplexml": "*",
                "ext-spl": "*",
                "ext-tokenizer": "*",
                "ext-xml": "*",
                "ext-zlib": "*",
                "guzzlehttp/guzzle": "^7.10",
                "guzzlehttp/psr7": "^2.8.0",
                "masterminds/html5": "^2.7",
                "mck89/peast": "^1.17.4",
                "pear/archive_tar": "^1.4.14",
                "php": ">=8.3.0",
                "php-tuf/composer-stager": "^2.0",
                "psr/log": "^3.0",
                "revolt/event-loop": "^1.0",
                "sebastian/diff": "^4 || ^5 || ^6 || ^7",
                "symfony/console": "^7.4",
                "symfony/dependency-injection": "^7.4",
                "symfony/event-dispatcher": "^7.4",
                "symfony/filesystem": "^7.4",
                "symfony/finder": "^7.4",
                "symfony/http-foundation": "^7.4",
                "symfony/http-kernel": "^7.4",
                "symfony/mailer": "^7.4",
                "symfony/mime": "^7.4",
                "symfony/polyfill-iconv": "^1.32",
                "symfony/polyfill-php84": "^1.32",
                "symfony/polyfill-php85": "^1.32",
                "symfony/process": "^7.4",
                "symfony/psr-http-message-bridge": "^7.4",
                "symfony/routing": "^7.4",
                "symfony/serializer": "^7.4",
                "symfony/validator": "^7.4",
                "symfony/yaml": "^7.4",
                "twig/twig": "^3.21.0"
            },
            "conflict": {
                "dealerdirect/phpcodesniffer-composer-installer": "1.1.0",
                "drupal/automatic_updates": "<4",
                "drupal/project_browser": "<2.1",
                "drush/drush": "<12.4.3"
            },
            "replace": {
                "drupal/core-annotation": "self.version",
                "drupal/core-assertion": "self.version",
                "drupal/core-class-finder": "self.version",
                "drupal/core-datetime": "self.version",
                "drupal/core-dependency-injection": "self.version",
                "drupal/core-diff": "self.version",
                "drupal/core-discovery": "self.version",
                "drupal/core-event-dispatcher": "self.version",
                "drupal/core-file-cache": "self.version",
                "drupal/core-file-security": "self.version",
                "drupal/core-filesystem": "self.version",
                "drupal/core-front-matter": "self.version",
                "drupal/core-gettext": "self.version",
                "drupal/core-graph": "self.version",
                "drupal/core-http-foundation": "self.version",
                "drupal/core-php-storage": "self.version",
                "drupal/core-plugin": "self.version",
                "drupal/core-proxy-builder": "self.version",
                "drupal/core-render": "self.version",
                "drupal/core-serialization": "self.version",
                "drupal/core-transliteration": "self.version",
                "drupal/core-utility": "self.version",
                "drupal/core-uuid": "self.version",
                "drupal/core-version": "self.version"
            },
            "suggest": {
                "ext-zip": "Needed to extend the plugin.manager.archiver service capability with the handling of files in the ZIP format."
            },
            "time": "2025-12-18T14:22:29+00:00",
            "type": "drupal-core",
            "extra": {
                "drupal-scaffold": {
                    "file-mapping": {
                        "[web-root]/.htaccess": "assets/scaffold/files/htaccess",
                        "[web-root]/README.md": "assets/scaffold/files/drupal.README.md",
                        "[web-root]/index.php": "assets/scaffold/files/index.php",
                        "[web-root]/.csslintrc": "assets/scaffold/files/csslintrc",
                        "[web-root]/robots.txt": "assets/scaffold/files/robots.txt",
                        "[web-root]/update.php": "assets/scaffold/files/update.php",
                        "[web-root]/INSTALL.txt": "assets/scaffold/files/drupal.INSTALL.txt",
                        "[web-root]/.eslintignore": "assets/scaffold/files/eslintignore",
                        "[web-root]/.eslintrc.json": "assets/scaffold/files/eslintrc.json",
                        "[web-root]/.ht.router.php": "assets/scaffold/files/ht.router.php",
                        "[web-root]/sites/README.txt": "assets/scaffold/files/sites.README.txt",
                        "[project-root]/.editorconfig": "assets/scaffold/files/editorconfig",
                        "[web-root]/example.gitignore": "assets/scaffold/files/example.gitignore",
                        "[web-root]/themes/README.txt": "assets/scaffold/files/themes.README.txt",
                        "[project-root]/.gitattributes": "assets/scaffold/files/gitattributes",
                        "[web-root]/modules/README.txt": "assets/scaffold/files/modules.README.txt",
                        "[web-root]/profiles/README.txt": "assets/scaffold/files/profiles.README.txt",
                        "[project-root]/recipes/README.txt": "assets/scaffold/files/recipes.README.txt",
                        "[web-root]/sites/example.sites.php": "assets/scaffold/files/example.sites.php",
                        "[web-root]/sites/development.services.yml": "assets/scaffold/files/development.services.yml",
                        "[web-root]/sites/example.settings.local.php": "assets/scaffold/files/example.settings.local.php",
                        "[web-root]/sites/default/default.services.yml": "assets/scaffold/files/default.services.yml",
                        "[web-root]/sites/default/default.settings.php": "assets/scaffold/files/default.settings.php"
                    }
                },
                "patches_applied": {
                    "Issue #3080606: Reorder Layout Builder sections": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/drupal-core--2025-12-20--3080606--mr-4075.patch",
                    "Issue #3457431: Saving text format generates validation warnings": "https://www.drupal.org/files/issues/2024-07-01/drupal-core--2024-07-01--3457431--mr-8608.patch",
                    "Issue #3456176: 11.2 upgrade now missing status-message theme suggestions": "https://www.drupal.org/files/issues/2025-06-20/3456176-138-missing-status-messages-theme-suggestions.patch",
                    "Issue #3049332: Fix Log error + visual warning for missing or broken block": "https://www.drupal.org/files/issues/2025-07-09/drupal-core--2025-07-09--3049332--mr-12460.patch",
                    "Issue #3543210: Quick Edit Save Via Contextual Links Redirects to 404 Page": "https://www.drupal.org/files/issues/2025-08-26/drupal-core-3543210-7.patch",
                    "Issue #2893892: Fixed Warning Invalid argument supplied for foreach() in Drupal": "https://www.drupal.org/files/issues/2018-12-10/core--getDerivatives-Invalid-argument-foreach--2893892-11-d8.patch",
                    "Issue #3226791: Fix Validation error saving untranslatable Media reference field": "https://www.drupal.org/files/issues/2021-08-04/media_required_validation-3226791-2.patch",
                    "Issue #3538500: Fix block plugin not found warnings during Drush installation of Varbase": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/drupal-core--2025-08-30--3538500--drupal11x02x.patch",
                    "Issue #2741877: Nested modals don't work: opening a modal from a modal closes the original": "https://www.drupal.org/files/issues/2025-06-24/drupal-core--2025-06-24--2741877--mr-8105.patch",
                    "Issue 3544608: Fix Media Library: Selected media lost after pager navigation prevents insertion": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/drupal-core--2025-09-03--mr-13141.patch",
                    "Issue #3496329: Fix not loading CKEditor 5 and Tour with BigPipe enabled after Drupal 10.4 update": "https://www.drupal.org/files/issues/2025-01-03/drupal-core--2025-01-02--3496329-32--mr-10753.patch",
                    "Issue #3431330: Add Action Method to Add a button plugin and settings into the Active toolbar in editor": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/drupal-core--2025-02-18--3431330--drupal-11-1.patch",
                    "Issue #3352384: Add Exception for TypeError Argument must be String in Drupal Component Utility Html escape{}": "https://www.drupal.org/files/issues/2024-11-07/TypeError_htmlspecialchars_ArgumentNustBeTypeString_ArrayGiven-3352384-62.patch",
                    "Issue #3415961: [drupalMedia] Using the Insert Media button causes the window to scroll to the bottom of the page": "https://www.drupal.org/files/issues/2025-06-10/drupal-3415961-19.patch",
                    "Issue #3302838: Fix PHP8.1+ Querying with NULL values results in warning mb_strtolower(): Passing null to parameter is deprecated": "https://www.drupal.org/files/issues/2023-07-05/3302838-38.patch",
                    "Issue #3465033: Fix not saving addItemToToolbar recipe action for divider | (vertical separator) or wrapping - items to CKEditor 5": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/drupal-core--2024-08-01--3465033--mr-9003.patch",
                    "Issue #3326684: Fix PHP8.1+ Deprecated function: mb_strtolower(): Passing null to parameter #1 ($string) of type string is deprecated": "https://www.drupal.org/files/issues/2023-11-21/3199.patch",
                    "Issue #3272720: Fix PHP8.1+ Deprecated function: hash(): Passing null to parameter #2 ($data) of type string is deprecated in generateFieldTableName": "https://www.drupal.org/files/issues/2022-07-21/3272720-6.patch",
                    "Issue #3101231: Fix multilingual site's layout edit context issue with TypeError: Argument 1 passed to UrlHelper::buildQuery() must be of the type array, null given": "https://www.drupal.org/files/issues/2019-12-19/3101231-19.patch",
                    "Issue #3459881: Fix TypeError: implode(): Argument #1 ($array) must be of type array, string given in implode() (line 537 of core/lib/Drupal/Core/Field/WidgetBase.php)": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/drupal-core--2025-02-17--3459881--mr-8702.patch"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "includes/bootstrap.inc"
                ],
                "psr-4": {
                    "Drupal\\Core\\": "lib/Drupal/Core",
                    "Drupal\\Component\\": "lib/Drupal/Component"
                },
                "classmap": [
                    "lib/Drupal.php",
                    "lib/Drupal/Component/DependencyInjection/Container.php",
                    "lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php",
                    "lib/Drupal/Component/FileCache/FileCacheFactory.php",
                    "lib/Drupal/Component/Utility/Timer.php",
                    "lib/Drupal/Component/Utility/Unicode.php",
                    "lib/Drupal/Core/Cache/Cache.php",
                    "lib/Drupal/Core/Cache/CacheBackendInterface.php",
                    "lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php",
                    "lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php",
                    "lib/Drupal/Core/Cache/CacheTagsInvalidatorInterface.php",
                    "lib/Drupal/Core/Cache/DatabaseBackend.php",
                    "lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php",
                    "lib/Drupal/Core/Database/Connection.php",
                    "lib/Drupal/Core/Database/Database.php",
                    "lib/Drupal/Core/Database/StatementInterface.php",
                    "lib/Drupal/Core/DependencyInjection/Container.php",
                    "lib/Drupal/Core/DrupalKernel.php",
                    "lib/Drupal/Core/DrupalKernelInterface.php",
                    "lib/Drupal/Core/Installer/InstallerRedirectTrait.php",
                    "lib/Drupal/Core/Site/Settings.php",
                    "lib/Drupal/Component/Datetime/Time.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Drupal is an open source content management platform powering millions of websites and applications.",
            "support": {
                "source": "https://github.com/drupal/core/tree/11.3.1"
            },
            "install-path": "../../docroot/core"
        },
        {
            "name": "drupal/core-composer-scaffold",
            "version": "11.3.1",
            "version_normalized": "11.3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/drupal/core-composer-scaffold.git",
                "reference": "b8ea85a2072b52f88a1fadec28306a3946980b8e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/b8ea85a2072b52f88a1fadec28306a3946980b8e",
                "reference": "b8ea85a2072b52f88a1fadec28306a3946980b8e",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^2",
                "php": ">=7.3.0"
            },
            "conflict": {
                "drupal-composer/drupal-scaffold": "*"
            },
            "require-dev": {
                "composer/composer": "^1.8@stable"
            },
            "time": "2025-10-13T16:03:31+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Drupal\\Composer\\Plugin\\Scaffold\\Plugin",
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Drupal\\Composer\\Plugin\\Scaffold\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "A flexible Composer project scaffold builder.",
            "homepage": "https://www.drupal.org/project/drupal",
            "keywords": [
                "drupal"
            ],
            "support": {
                "source": "https://github.com/drupal/core-composer-scaffold/tree/11.3.1"
            },
            "install-path": "../drupal/core-composer-scaffold"
        },
        {
            "name": "drupal/core-project-message",
            "version": "11.3.1",
            "version_normalized": "11.3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/drupal/core-project-message.git",
                "reference": "656efa00f296415ed6be2ff366ef67ae2725d7d6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/drupal/core-project-message/zipball/656efa00f296415ed6be2ff366ef67ae2725d7d6",
                "reference": "656efa00f296415ed6be2ff366ef67ae2725d7d6",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^2",
                "php": ">=7.3.0"
            },
            "time": "2025-02-03T10:59:29+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Drupal\\Composer\\Plugin\\ProjectMessage\\MessagePlugin"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Drupal\\Composer\\Plugin\\ProjectMessage\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Adds a message after Composer installation.",
            "homepage": "https://www.drupal.org/project/drupal",
            "keywords": [
                "drupal"
            ],
            "support": {
                "source": "https://github.com/drupal/core-project-message/tree/11.3.1"
            },
            "install-path": "../drupal/core-project-message"
        },
        {
            "name": "drupal/crop",
            "version": "2.5.0",
            "version_normalized": "2.5.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/crop.git",
                "reference": "8.x-2.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/crop-8.x-2.5.zip",
                "reference": "8.x-2.5",
                "shasum": "759c8add182d9b74c04a58c26d1c402f9d1653e6"
            },
            "require": {
                "drupal/core": "^9.3 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.5",
                    "datestamp": "1763154892",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Drupal Media Team",
                    "homepage": "https://www.drupal.org/user/3260690"
                },
                {
                    "name": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                },
                {
                    "name": "slashrsm",
                    "homepage": "https://www.drupal.org/user/744628"
                },
                {
                    "name": "woprrr",
                    "homepage": "https://www.drupal.org/user/858604"
                }
            ],
            "description": "Provides storage and API for image crops.",
            "homepage": "https://www.drupal.org/project/crop",
            "support": {
                "source": "https://git.drupalcode.org/project/crop",
                "issues": "https://www.drupal.org/project/issues/crop"
            },
            "install-path": "../../docroot/modules/contrib/crop"
        },
        {
            "name": "drupal/ctools",
            "version": "4.1.0",
            "version_normalized": "4.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ctools.git",
                "reference": "4.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ctools-4.1.0.zip",
                "reference": "4.1.0",
                "shasum": "69f5889cf557df9e55519390e6a95cfa31b67874"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.1.0",
                    "datestamp": "1718144949",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "branch-alias": {
                    "dev-8.x-3.x": "3.x-dev"
                },
                "patches_applied": {
                    "fix: 3492432 PHP 8.4 nullable types in MaskContentEntityStorage::doLoadMultiple()": "https://git.drupalcode.org/project/ctools/-/commit/5a323c6e5072515148a54b4055e7db86a50f5111.diff"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Kris Vanderwater (EclipseGc)",
                    "homepage": "https://www.drupal.org/u/eclipsegc",
                    "role": "Maintainer"
                },
                {
                    "name": "Jakob Perry (japerry)",
                    "homepage": "https://www.drupal.org/u/japerry",
                    "role": "Maintainer"
                },
                {
                    "name": "Tim Plunkett (tim.plunkett)",
                    "homepage": "https://www.drupal.org/u/timplunkett",
                    "role": "Maintainer"
                },
                {
                    "name": "James Gilliland (neclimdul)",
                    "homepage": "https://www.drupal.org/u/neclimdul",
                    "role": "Maintainer"
                },
                {
                    "name": "Daniel Wehner (dawehner)",
                    "homepage": "https://www.drupal.org/u/dawehner",
                    "role": "Maintainer"
                },
                {
                    "name": "joelpittet",
                    "homepage": "https://www.drupal.org/user/160302"
                },
                {
                    "name": "merlinofchaos",
                    "homepage": "https://www.drupal.org/user/26979"
                },
                {
                    "name": "neclimdul",
                    "homepage": "https://www.drupal.org/user/48673"
                },
                {
                    "name": "sdboyer",
                    "homepage": "https://www.drupal.org/user/146719"
                },
                {
                    "name": "sun",
                    "homepage": "https://www.drupal.org/user/54136"
                },
                {
                    "name": "tim.plunkett",
                    "homepage": "https://www.drupal.org/user/241634"
                }
            ],
            "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
            "homepage": "https://www.drupal.org/project/ctools",
            "support": {
                "source": "https://git.drupalcode.org/project/ctools",
                "issues": "https://www.drupal.org/project/issues/ctools"
            },
            "install-path": "../../docroot/modules/contrib/ctools"
        },
        {
            "name": "drupal/ctools_block",
            "version": "4.1.0",
            "version_normalized": "4.1.0.0",
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11",
                "drupal/ctools": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "4.1.0",
                    "datestamp": "1718144949",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "damiankloip",
                    "homepage": "https://www.drupal.org/user/1037976"
                },
                {
                    "name": "dawehner",
                    "homepage": "https://www.drupal.org/user/99340"
                },
                {
                    "name": "eclipsegc",
                    "homepage": "https://www.drupal.org/user/61203"
                },
                {
                    "name": "esmerel",
                    "homepage": "https://www.drupal.org/user/164022"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "joelpittet",
                    "homepage": "https://www.drupal.org/user/160302"
                },
                {
                    "name": "merlinofchaos",
                    "homepage": "https://www.drupal.org/user/26979"
                },
                {
                    "name": "neclimdul",
                    "homepage": "https://www.drupal.org/user/48673"
                },
                {
                    "name": "sdboyer",
                    "homepage": "https://www.drupal.org/user/146719"
                },
                {
                    "name": "sun",
                    "homepage": "https://www.drupal.org/user/54136"
                },
                {
                    "name": "tim.plunkett",
                    "homepage": "https://www.drupal.org/user/241634"
                }
            ],
            "description": "Provides improvements to blocks that will one day be added to Drupal core.",
            "homepage": "https://www.drupal.org/project/ctools",
            "support": {
                "source": "https://git.drupalcode.org/project/ctools"
            },
            "install-path": null
        },
        {
            "name": "drupal/ctools_views",
            "version": "4.1.0",
            "version_normalized": "4.1.0.0",
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11",
                "drupal/ctools": "^4"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "4.1.0",
                    "datestamp": "1718144949",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "damiankloip",
                    "homepage": "https://www.drupal.org/user/1037976"
                },
                {
                    "name": "dawehner",
                    "homepage": "https://www.drupal.org/user/99340"
                },
                {
                    "name": "eclipsegc",
                    "homepage": "https://www.drupal.org/user/61203"
                },
                {
                    "name": "esmerel",
                    "homepage": "https://www.drupal.org/user/164022"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "joelpittet",
                    "homepage": "https://www.drupal.org/user/160302"
                },
                {
                    "name": "merlinofchaos",
                    "homepage": "https://www.drupal.org/user/26979"
                },
                {
                    "name": "neclimdul",
                    "homepage": "https://www.drupal.org/user/48673"
                },
                {
                    "name": "sdboyer",
                    "homepage": "https://www.drupal.org/user/146719"
                },
                {
                    "name": "sun",
                    "homepage": "https://www.drupal.org/user/54136"
                },
                {
                    "name": "tim.plunkett",
                    "homepage": "https://www.drupal.org/user/241634"
                }
            ],
            "description": "A set of improvements to the core Views code that allows for greater control over Blocks.",
            "homepage": "https://www.drupal.org/project/ctools",
            "support": {
                "source": "https://git.drupalcode.org/project/ctools"
            },
            "install-path": null
        },
        {
            "name": "drupal/dashboard",
            "version": "2.1.2",
            "version_normalized": "2.1.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/dashboard.git",
                "reference": "2.1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/dashboard-2.1.2.zip",
                "reference": "2.1.2",
                "shasum": "3967cbd5cfa3871577f77432566b7f42b8b253e3"
            },
            "require": {
                "drupal/core": "^11.2"
            },
            "require-dev": {
                "drupal/coffee": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.2",
                    "datestamp": "1766422006",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Issue #3528064: Add support for Layout Builder Restrictions": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/dashboard--2025-08-31--3528064--mr-63.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "See contributors",
                    "homepage": "https://www.drupal.org/node/35094/maintainers"
                },
                {
                    "name": "Anonymous",
                    "homepage": "https://www.drupal.org/user/0"
                },
                {
                    "name": "chrismiller627",
                    "homepage": "https://www.drupal.org/user/274027"
                },
                {
                    "name": "ckrina",
                    "homepage": "https://www.drupal.org/user/1206650"
                },
                {
                    "name": "dmitrig01",
                    "homepage": "https://www.drupal.org/user/47566"
                },
                {
                    "name": "jtsnow",
                    "homepage": "https://www.drupal.org/user/171614"
                },
                {
                    "name": "mtift",
                    "homepage": "https://www.drupal.org/user/751908"
                },
                {
                    "name": "penyaskito",
                    "homepage": "https://www.drupal.org/user/959536"
                },
                {
                    "name": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                },
                {
                    "name": "pingers",
                    "homepage": "https://www.drupal.org/user/56282"
                },
                {
                    "name": "plopesc",
                    "homepage": "https://www.drupal.org/user/282415"
                },
                {
                    "name": "webchick",
                    "homepage": "https://www.drupal.org/user/24967"
                }
            ],
            "description": "Provides customizable dashboards.",
            "homepage": "https://www.drupal.org/project/dashboard",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/dashboard",
                "issues": "https://www.drupal.org/project/issues/dashboard"
            },
            "install-path": "../../docroot/modules/contrib/dashboard"
        },
        {
            "name": "drupal/date_filter",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/date_filter.git",
                "reference": "1.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/date_filter-1.0.2.zip",
                "reference": "1.0.2",
                "shasum": "83c14d27df0d561e412d401b88a59e2cae681414"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.2",
                    "datestamp": "1732103275",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Marcin Grabias",
                    "homepage": "https://www.drupal.org/u/graber"
                },
                {
                    "name": "joelpittet",
                    "homepage": "https://www.drupal.org/user/160302"
                }
            ],
            "description": "Plug and play module replacing core date filters",
            "homepage": "http://drupal.org/project/date_filter",
            "support": {
                "source": "https://git.drupalcode.org/project/date_filter",
                "issues": "https://drupal.org/project/issues/date_filter"
            },
            "install-path": "../../docroot/modules/contrib/date_filter"
        },
        {
            "name": "drupal/default_content",
            "version": "2.0.0-alpha3",
            "version_normalized": "2.0.0.0-alpha3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/default_content.git",
                "reference": "2.0.0-alpha3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/default_content-2.0.0-alpha3.zip",
                "reference": "2.0.0-alpha3",
                "shasum": "fdd90c70bd91896835f6ba5ec42c260c1a144a2b"
            },
            "require": {
                "drupal/core": "^9.1 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/hal": "^1 || ^2",
                "drupal/paragraphs": "^1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0-alpha3",
                    "datestamp": "1724492420",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9 || ^10 || ^11 || ^12"
                    }
                },
                "patches_applied": {
                    "Issue #3160146: Add Layout Builder Normalizer and Denormalize": "https://www.drupal.org/files/issues/2024-12-02/default_content--2024-12-02--3160146--mr-15.patch",
                    "fix: #3470061 [PHP 8.4] Fix implicitly nullable type declarations": "https://git.drupalcode.org/project/default_content/-/commit/b85c0192af51841518bddd9ecfa5077b1d0f720a.diff"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "andypost",
                    "homepage": "https://www.drupal.org/user/118908"
                },
                {
                    "name": "benjy",
                    "homepage": "https://www.drupal.org/user/1852732"
                },
                {
                    "name": "berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "dawehner",
                    "homepage": "https://www.drupal.org/user/99340"
                },
                {
                    "name": "jibran",
                    "homepage": "https://www.drupal.org/user/1198144"
                },
                {
                    "name": "larowlan",
                    "homepage": "https://www.drupal.org/user/395439"
                },
                {
                    "name": "sam152",
                    "homepage": "https://www.drupal.org/user/1485048"
                }
            ],
            "description": "Imports default content when a module is enabled",
            "homepage": "https://www.drupal.org/project/default_content",
            "support": {
                "source": "https://git.drupalcode.org/project/default_content"
            },
            "install-path": "../../docroot/modules/contrib/default_content"
        },
        {
            "name": "drupal/devel",
            "version": "5.5.0",
            "version_normalized": "5.5.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/devel.git",
                "reference": "5.5.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/devel-5.5.0.zip",
                "reference": "5.5.0",
                "shasum": "b6f45c84ec31bc18817c7464b51e951dec73d5ce"
            },
            "require": {
                "doctrine/common": "^2.7 || ^3.4",
                "drupal/core": "^10.3 || ^11 || ^12",
                "php": ">=8.3",
                "symfony/var-dumper": "^4 || ^5 || ^6 || ^7"
            },
            "conflict": {
                "drupal/core": "<10.3",
                "drush/drush": "<13.7.0"
            },
            "require-dev": {
                "drupal/navigation_extra_tools": "1.0.x-dev",
                "drush/drush": "^13",
                "firephp/firephp-core": "^0.5.3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "5.5.0",
                    "datestamp": "1764211205",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "moshe weitzman",
                    "homepage": "https://www.drupal.org/user/23"
                }
            ],
            "description": "Various blocks, pages, and functions for developers.",
            "homepage": "https://www.drupal.org/project/devel",
            "support": {
                "source": "https://gitlab.com/drupalspoons/devel",
                "issues": "https://gitlab.com/drupalspoons/devel/-/issues",
                "slack": "https://drupal.slack.com/archives/C012WAW1MH6"
            },
            "install-path": "../../docroot/modules/contrib/devel"
        },
        {
            "name": "drupal/diff",
            "version": "2.0.0-beta4",
            "version_normalized": "2.0.0.0-beta4",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/diff.git",
                "reference": "2.0.0-beta4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/diff-2.0.0-beta4.zip",
                "reference": "2.0.0-beta4",
                "shasum": "31084265e0c597a1076636000e2f8eb90463da5e"
            },
            "require": {
                "drupal/core": "^10.2 || ^11",
                "mkalkbrenner/php-htmldiff-advanced": "~0.0.8",
                "php": "^8.1"
            },
            "require-dev": {
                "jangregor/phpstan-prophecy": "^1.0",
                "mglaman/phpstan-drupal": "^1.2.10",
                "phpstan/extension-installer": "^1.2",
                "phpstan/phpstan": "^1.11",
                "phpstan/phpstan-deprecation-rules": "*",
                "phpstan/phpstan-phpunit": "1.4",
                "phpstan/phpstan-strict-rules": "^1.0",
                "previousnext/coding-standard": "1.1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0-beta4",
                    "datestamp": "1748842102",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                },
                "patches_applied": {
                    "Issue #3348096: Fix Entity queries must explicitly set whether the query should be access checked or not in Diff": "https://www.drupal.org/files/issues/2023-03-15/3348096-2.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Miro Dietiker (miro_dietiker)",
                    "homepage": "https://www.drupal.org/u/miro_dietiker",
                    "role": "Maintainer"
                },
                {
                    "name": "Juampy NR (juampynr)",
                    "homepage": "https://www.drupal.org/u/juampynr",
                    "role": "Maintainer"
                },
                {
                    "name": "Lucian Hangea (lhangea)",
                    "homepage": "https://www.drupal.org/u/lhangea",
                    "role": "Maintainer"
                },
                {
                    "name": "Alan D.",
                    "homepage": "https://www.drupal.org/u/alan-d.",
                    "role": "Maintainer"
                },
                {
                    "name": "Brian Gilbert (realityloop).",
                    "homepage": "https://www.drupal.org/u/realityloop",
                    "role": "Maintainer"
                },
                {
                    "name": "Adam Bramley (acbramley)",
                    "homepage": "https://www.drupal.org/u/acbramley",
                    "role": "Maintainer"
                },
                {
                    "name": "lhangea",
                    "homepage": "https://www.drupal.org/user/2743803"
                },
                {
                    "name": "miro_dietiker",
                    "homepage": "https://www.drupal.org/user/227761"
                },
                {
                    "name": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                },
                {
                    "name": "realityloop",
                    "homepage": "https://www.drupal.org/user/139189"
                },
                {
                    "name": "rötzi",
                    "homepage": "https://www.drupal.org/user/73064"
                },
                {
                    "name": "yhahn",
                    "homepage": "https://www.drupal.org/user/264833"
                }
            ],
            "description": "Compares two entity revisions",
            "homepage": "https://www.drupal.org/project/diff",
            "support": {
                "source": "https://git.drupalcode.org/project/diff",
                "issues": "https://www.drupal.org/project/issues/diff"
            },
            "install-path": "../../docroot/modules/contrib/diff"
        },
        {
            "name": "drupal/drd_agent",
            "version": "4.1.4",
            "version_normalized": "4.1.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/drd_agent.git",
                "reference": "4.1.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/drd_agent-4.1.4.zip",
                "reference": "4.1.4",
                "shasum": "79b23afa8e1547a1d4c2c0dfb79107939d95256d"
            },
            "require": {
                "drupal/core": "^10 || ^11",
                "php": ">=8.1"
            },
            "require-dev": {
                "drupal/hacked": "^2.0",
                "drupal/job_scheduler": "^4.0",
                "drupal/monitoring": "^1.13",
                "drupal/security_review": "^3.0"
            },
            "suggest": {
                "drupal/hacked": "Validate each project if it got changed compared to the original code from drupal.org.",
                "drupal/monitoring": "Site monitoring module with sensors.",
                "drupal/security_review": "Site security and configuration review module."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.1.4",
                    "datestamp": "1748435997",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Jürgen Haas",
                    "homepage": "https://www.drupal.org/u/jurgenhaas"
                },
                {
                    "name": "jurgenhaas",
                    "homepage": "https://www.drupal.org/user/168924"
                }
            ],
            "description": "Agent on remote Drupal sites for the main DRD module.",
            "homepage": "https://www.drupal.org/project/drd_agent",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupal.org/project/drd_agent",
                "issues": "https://www.drupal.org/project/issues/drd"
            },
            "install-path": "../../docroot/modules/contrib/drd_agent"
        },
        {
            "name": "drupal/drimage_improved",
            "version": "1.0.9",
            "version_normalized": "1.0.9.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/drimage_improved.git",
                "reference": "1.0.9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/drimage_improved-1.0.9.zip",
                "reference": "1.0.9",
                "shasum": "909e943a5abdce0da8110b4ab2b7e4e6f4131c96"
            },
            "require": {
                "drupal/core": "^9.3 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/s3fs": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.9",
                    "datestamp": "1754907304",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "josebc",
                    "homepage": "https://www.drupal.org/user/1376836"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Image formatter that will generate image styles on the fly on the front end.",
            "homepage": "https://www.drupal.org/project/drimage_improved",
            "support": {
                "source": "https://git.drupalcode.org/project/drimage_improved",
                "issues": "https://www.drupal.org/project/issues/drimage_improved"
            },
            "install-path": "../../docroot/modules/contrib/drimage_improved"
        },
        {
            "name": "drupal/dropzonejs",
            "version": "2.11.0",
            "version_normalized": "2.11.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/dropzonejs.git",
                "reference": "8.x-2.11"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/dropzonejs-8.x-2.11.zip",
                "reference": "8.x-2.11",
                "shasum": "0fb4eff1bba2fd33850db0dfd9929ef4bd4569ee"
            },
            "require": {
                "drupal/core": "^9.3 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/entity_browser": "^2.5"
            },
            "suggest": {
                "enyo/dropzone": "Required to use drupal/dropzonejs. DropzoneJS is an open source library that provides drag’n’drop file uploads with image previews."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.11",
                    "datestamp": "1723381576",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Issue #3542463: Fix TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in DropzoneJsUploadForm::validateUploadElement()": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/dropzonejs--2025-08-21--3542463--mr-24.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Janez Urevc",
                    "homepage": "https://drupal.org/u/slashrsm",
                    "role": "Maintainer"
                },
                {
                    "name": "Christian Fritsch",
                    "homepage": "https://drupal.org/u/chrfritsch",
                    "role": "Maintainer"
                },
                {
                    "name": "Primoz Hmeljak",
                    "homepage": "https://drupal.org/u/Primsi",
                    "role": "Maintainer"
                },
                {
                    "name": "Qiangjun Ran",
                    "homepage": "https://drupal.org/u/jungle",
                    "role": "Maintainer"
                },
                {
                    "name": "See other contributors",
                    "homepage": "https://www.drupal.org/node/1998478/committers",
                    "role": "contributor"
                },
                {
                    "name": "Primsi",
                    "homepage": "https://www.drupal.org/user/282629"
                },
                {
                    "name": "slashrsm",
                    "homepage": "https://www.drupal.org/user/744628"
                },
                {
                    "name": "wouters_f",
                    "homepage": "https://www.drupal.org/user/721548"
                },
                {
                    "name": "zkday",
                    "homepage": "https://www.drupal.org/user/888644"
                }
            ],
            "description": "Drupal integration for DropzoneJS - An open source library that provides drag’n’drop file uploads with image previews.",
            "homepage": "https://www.drupal.org/project/dropzonejs",
            "keywords": [
                "DropzoneJS",
                "Drupal"
            ],
            "support": {
                "source": "https://www.drupal.org/project/dropzonejs",
                "issues": "https://www.drupal.org/project/issues/dropzonejs",
                "#media": "http://drupal.slack.com"
            },
            "install-path": "../../docroot/modules/contrib/dropzonejs"
        },
        {
            "name": "drupal/dropzonejs_eb_widget",
            "version": "2.11.0",
            "version_normalized": "2.11.0.0",
            "require": {
                "drupal/core": "^9.3 || ^10 || ^11",
                "drupal/dropzonejs": "*",
                "drupal/entity_browser": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "8.x-2.11",
                    "datestamp": "1723381576",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "chr.fritsch",
                    "homepage": "https://www.drupal.org/user/2103716"
                },
                {
                    "name": "Drupal media CI",
                    "homepage": "https://www.drupal.org/user/3057985"
                },
                {
                    "name": "Drupal Media Team",
                    "homepage": "https://www.drupal.org/user/3260690"
                },
                {
                    "name": "jungle",
                    "homepage": "https://www.drupal.org/user/2919723"
                },
                {
                    "name": "Primsi",
                    "homepage": "https://www.drupal.org/user/282629"
                },
                {
                    "name": "slashrsm",
                    "homepage": "https://www.drupal.org/user/744628"
                },
                {
                    "name": "wouters_f",
                    "homepage": "https://www.drupal.org/user/721548"
                },
                {
                    "name": "zkday",
                    "homepage": "https://www.drupal.org/user/888644"
                }
            ],
            "description": "DropzoneJS Entity browser widget.",
            "homepage": "https://www.drupal.org/project/dropzonejs",
            "support": {
                "source": "https://git.drupalcode.org/project/dropzonejs"
            },
            "install-path": null
        },
        {
            "name": "drupal/ds",
            "version": "3.32.0",
            "version_normalized": "3.32.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ds.git",
                "reference": "8.x-3.32"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ds-8.x-3.32.zip",
                "reference": "8.x-3.32",
                "shasum": "d4aace7ceb2ac1af6e3c3afda47d6b1c9189cb16"
            },
            "require": {
                "drupal/core": "^10.2 || ^11"
            },
            "require-dev": {
                "drupal/devel": "^5",
                "drupal/field_group": "3.x-dev"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-3.32",
                    "datestamp": "1765271987",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Issue #3507312: Fix array_unshift() Error in ds_theme_registry_alter() when running Field Group pre-process before ds_entity_view": "https://www.drupal.org/files/issues/2025-02-18/ds--2025-02-18--3507312--mr-43.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Bram Goffings",
                    "homepage": "https://www.drupal.org/user/172527",
                    "role": "Maintainer"
                },
                {
                    "name": "Kristof De Jaeger",
                    "homepage": "http://realize.be/",
                    "role": "Maintainer"
                },
                {
                    "name": "Brecht Ceyssens",
                    "homepage": "https://www.drupal.org/user/591438",
                    "role": "Maintainer"
                },
                {
                    "name": "swentel",
                    "homepage": "https://www.drupal.org/user/107403"
                }
            ],
            "description": "Extend the display options for every entity type.",
            "homepage": "https://www.drupal.org/project/ds",
            "keywords": [
                "drupal",
                "layout",
                "php"
            ],
            "support": {
                "source": "http://git.drupal.org/project/ds.git",
                "issues": "https://www.drupal.org/project/issues/ds",
                "irc": "irc://irc.freenode.org/drupal-contribute"
            },
            "install-path": "../../docroot/modules/contrib/ds"
        },
        {
            "name": "drupal/ds_extras",
            "version": "3.32.0",
            "version_normalized": "3.32.0.0",
            "require": {
                "drupal/core": "^10.2 || ^11",
                "drupal/ds": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "8.x-3.32",
                    "datestamp": "1765271987",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "aspilicious",
                    "homepage": "https://www.drupal.org/user/172527"
                },
                {
                    "name": "bceyssens",
                    "homepage": "https://www.drupal.org/user/2743951"
                },
                {
                    "name": "jyve",
                    "homepage": "https://www.drupal.org/user/591438"
                },
                {
                    "name": "swentel",
                    "homepage": "https://www.drupal.org/user/107403"
                }
            ],
            "description": "Contains additional features for Display Suite.",
            "homepage": "https://www.drupal.org/project/ds",
            "support": {
                "source": "https://git.drupalcode.org/project/ds"
            },
            "install-path": null
        },
        {
            "name": "drupal/easy_email",
            "version": "3.0.7",
            "version_normalized": "3.0.7.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/easy_email.git",
                "reference": "3.0.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/easy_email-3.0.7.zip",
                "reference": "3.0.7",
                "shasum": "d7786964fa6caa7a421d503bdd27127ceb04387f"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/jquery_ui_resizable": "^2",
                "drupal/token": "^1.0"
            },
            "require-dev": {
                "drupal/commerce": "^2 || ^3",
                "drupal/commerce_order": "*",
                "drupal/commerce_price": "*",
                "drupal/mailsystem": "^4",
                "drupal/symfony_mailer_lite": "^1 || ^2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.7",
                    "datestamp": "1762872170",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^10"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "mandclu",
                    "homepage": "https://www.drupal.org/user/52136"
                },
                {
                    "name": "zengenuity",
                    "homepage": "https://www.drupal.org/user/326925"
                }
            ],
            "description": "Easy Email is an HTML email system for Drupal, designed to be as simple as possible to configure, with a robust set of features.",
            "homepage": "https://www.drupal.org/project/easy_email",
            "support": {
                "source": "https://git.drupalcode.org/project/easy_email"
            },
            "install-path": "../../docroot/modules/contrib/easy_email"
        },
        {
            "name": "drupal/eca",
            "version": "3.0.9",
            "version_normalized": "3.0.9.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/eca.git",
                "reference": "3.0.9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/eca-3.0.9.zip",
                "reference": "3.0.9",
                "shasum": "8f780fee8dd28372dce224a870ee971d047988fc"
            },
            "require": {
                "dragonmantank/cron-expression": "^3.1",
                "drupal/core": "^11.2",
                "drupal/modeler_api": "^1.0",
                "ext-json": "*",
                "php": ">=8.3"
            },
            "conflict": {
                "drush/drush": "<12.5.1"
            },
            "require-dev": {
                "drupal/ai": "1.2.x-dev",
                "drupal/ai_agents": "1.2.x-dev",
                "drupal/entity_reference_revisions": "^1.12",
                "drupal/inline_entity_form": "^3.0",
                "drupal/modeler_api": "*",
                "drupal/paragraphs": "^1.18",
                "drupal/project_browser": "^2.0",
                "drupal/token": "^1.15",
                "drupal/webform": "^6.3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.9",
                    "datestamp": "1765298007",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "boromino",
                    "homepage": "https://www.drupal.org/user/859722"
                },
                {
                    "name": "danielspeicher",
                    "homepage": "https://www.drupal.org/user/3621778"
                },
                {
                    "name": "jurgenhaas",
                    "homepage": "https://www.drupal.org/user/168924"
                }
            ],
            "description": "Event, Conditions, Actions - powerful, versatile, and user-friendly rules engine for Drupal",
            "homepage": "https://www.drupal.org/project/eca",
            "support": {
                "source": "https://drupal.org/project/eca",
                "issues": "https://drupal.org/project/issues/eca"
            },
            "install-path": "../../docroot/modules/contrib/eca"
        },
        {
            "name": "drupal/eca_form",
            "version": "3.0.9",
            "version_normalized": "3.0.9.0",
            "require": {
                "drupal/core": "^11.2",
                "drupal/eca": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "3.0.9",
                    "datestamp": "1765298007",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "boromino",
                    "homepage": "https://www.drupal.org/user/859722"
                },
                {
                    "name": "danielspeicher",
                    "homepage": "https://www.drupal.org/user/3621778"
                },
                {
                    "name": "jurgenhaas",
                    "homepage": "https://www.drupal.org/user/168924"
                }
            ],
            "description": "Form API events, conditions and actions.",
            "homepage": "https://www.drupal.org/project/eca",
            "support": {
                "source": "https://git.drupalcode.org/project/eca"
            },
            "install-path": null
        },
        {
            "name": "drupal/eca_helper",
            "version": "3.0.0-beta4",
            "version_normalized": "3.0.0.0-beta4",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/eca_helper.git",
                "reference": "3.0.0-beta4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/eca_helper-3.0.0-beta4.zip",
                "reference": "3.0.0-beta4",
                "shasum": "eb6b5559ef6f4d1292b62dcac261d5a2a0a8598e"
            },
            "require": {
                "drupal/core": ">=10.3",
                "drupal/eca": "^2.1.11 || ^3.0",
                "drupal/eca_form": "*",
                "php": ">=8.1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0-beta4",
                    "datestamp": "1761792654",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "zipme_hkt",
                    "homepage": "https://www.drupal.org/user/368236"
                }
            ],
            "description": "Add helper functions for ECA",
            "homepage": "https://drupal.org/project/eca_helper",
            "support": {
                "source": "https://cgit.drupalcode.org/eca_helper",
                "issues": "https://drupal.org/project/issues/eca_helper"
            },
            "install-path": "../../docroot/modules/contrib/eca_helper"
        },
        {
            "name": "drupal/eca_metatag",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/eca_metatag.git",
                "reference": "2.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/eca_metatag-2.0.2.zip",
                "reference": "2.0.2",
                "shasum": "c3effe1dd3aba409f972ea9e3ec93e1baff845c9"
            },
            "require": {
                "drupal/core": "^10.4 || ^11",
                "drupal/eca": "^2.0 || ^3.0",
                "drupal/metatag": "^2.0",
                "php": ">=8.1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.2",
                    "datestamp": "1755332139",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "jurgenhaas",
                    "homepage": "https://www.drupal.org/user/168924"
                }
            ],
            "description": "Integrate ECA with the Metatag module and its plugins.",
            "homepage": "https://www.drupal.org/project/eca_metatag",
            "support": {
                "source": "https://drupal.org/project/eca_metatag",
                "issues": "https://drupal.org/project/issues/eca_metatag"
            },
            "install-path": "../../docroot/modules/contrib/eca_metatag"
        },
        {
            "name": "drupal/eca_tamper",
            "version": "2.0.9",
            "version_normalized": "2.0.9.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/eca_tamper.git",
                "reference": "2.0.9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/eca_tamper-2.0.9.zip",
                "reference": "2.0.9",
                "shasum": "d52d73140c1313897e805bbc0de27f26b5760a34"
            },
            "require": {
                "drupal/core": "^10.4 || ^11",
                "drupal/eca": "^2.1||^3.0",
                "drupal/tamper": "^1.0",
                "php": ">=8.1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.9",
                    "datestamp": "1763824823",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "danielspeicher",
                    "homepage": "https://www.drupal.org/user/3621778"
                },
                {
                    "name": "jurgenhaas",
                    "homepage": "https://www.drupal.org/user/168924"
                }
            ],
            "description": "Integrate ECA with the tamper module and its plugins available as actions.",
            "homepage": "https://www.drupal.org/project/eca_tamper",
            "support": {
                "source": "https://drupal.org/project/eca_tamper",
                "issues": "https://drupal.org/project/issues/eca_tamper"
            },
            "install-path": "../../docroot/modules/contrib/eca_tamper"
        },
        {
            "name": "drupal/eca_vbo",
            "version": "2.2.1",
            "version_normalized": "2.2.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/eca_vbo.git",
                "reference": "2.2.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/eca_vbo-2.2.1.zip",
                "reference": "2.2.1",
                "shasum": "5646d0b1537cc20b23e1282df16afb517c39cd46"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/eca": "^2.0 || ^3.0",
                "drupal/views_bulk_operations": "^4.2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.1",
                    "datestamp": "1760960273",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "mxh",
                    "homepage": "https://www.drupal.org/user/1124384"
                },
                {
                    "name": "qichanghai",
                    "homepage": "https://www.drupal.org/user/3092355"
                }
            ],
            "description": "Integrates ECA: Event - Condition - Action with Views Bulk Operations (VBO).",
            "homepage": "https://www.drupal.org/project/eca_vbo",
            "support": {
                "source": "https://drupal.org/project/eca_vbo",
                "issues": "https://drupal.org/project/issues/eca_vbo"
            },
            "install-path": "../../docroot/modules/contrib/eca_vbo"
        },
        {
            "name": "drupal/eca_webform",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/eca_webform.git",
                "reference": "2.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/eca_webform-2.0.2.zip",
                "reference": "2.0.2",
                "shasum": "a3c35eea07e083a8f78416134db06548df1127a7"
            },
            "require": {
                "drupal/core": "^10.4 || ^11",
                "drupal/eca": "^2.0 || ^3.0",
                "drupal/webform": "^6.2 || ^6.3",
                "php": ">=8.1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.2",
                    "datestamp": "1755339161",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "danielspeicher",
                    "homepage": "https://www.drupal.org/user/3621778"
                },
                {
                    "name": "jurgenhaas",
                    "homepage": "https://www.drupal.org/user/168924"
                }
            ],
            "description": "Integrate ECA with the Webform module and its plugins.",
            "homepage": "https://www.drupal.org/project/eca_webform",
            "support": {
                "source": "https://drupal.org/project/eca_webform",
                "issues": "https://drupal.org/project/issues/eca_webform"
            },
            "install-path": "../../docroot/modules/contrib/eca_webform"
        },
        {
            "name": "drupal/edit_media_modal",
            "version": "2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/edit_media_modal.git",
                "reference": "2.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/edit_media_modal-2.1.0.zip",
                "reference": "2.1.0",
                "shasum": "4da47f0064514426cfa847835ae6e553bf282bad"
            },
            "require": {
                "drupal/core": "^10.5 || ^11.2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.0",
                    "datestamp": "1761150636",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Alex Sharkov",
                    "homepage": "https://www.drupal.org/u/blade_ukraine",
                    "role": "Maintainer"
                }
            ],
            "description": "The module provide ability to edit Media entity embedded via CKEditor in a modal window.",
            "homepage": "https://www.drupal.org/project/edit_media_modal",
            "keywords": [
                "CKEditor",
                "Drupal",
                "Media"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/edit_media_modal",
                "issues": "https://www.drupal.org/project/issues/edit_media_modal"
            },
            "install-path": "../../docroot/modules/contrib/edit_media_modal"
        },
        {
            "name": "drupal/editor_advanced_link",
            "version": "2.3.3",
            "version_normalized": "2.3.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/editor_advanced_link.git",
                "reference": "2.3.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/editor_advanced_link-2.3.3.zip",
                "reference": "2.3.3",
                "shasum": "e3c836ca67786b6e1535d605f15f9c2e2ec7559c"
            },
            "require": {
                "drupal/core": "^10.5 || ^11.2"
            },
            "require-dev": {
                "drupal/ckeditor": "*",
                "phpro/grumphp": "^2.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.3.3",
                    "datestamp": "1763287133",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "duaelfr",
                    "homepage": "https://www.drupal.org/user/931394"
                },
                {
                    "name": "vladimiraus",
                    "homepage": "https://www.drupal.org/user/673120"
                }
            ],
            "description": "Editor Advanced link",
            "homepage": "https://www.drupal.org/project/editor_advanced_link",
            "support": {
                "source": "https://git.drupalcode.org/project/editor_advanced_link"
            },
            "install-path": "../../docroot/modules/contrib/editor_advanced_link"
        },
        {
            "name": "drupal/editoria11y",
            "version": "2.2.19",
            "version_normalized": "2.2.19.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/editoria11y.git",
                "reference": "2.2.19"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/editoria11y-2.2.19.zip",
                "reference": "2.2.19",
                "shasum": "634952a21120424af2ae02a4832d22294f0537bf"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "conflict": {
                "drupal/csp": "<1.24"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.19",
                    "datestamp": "1766259194",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "John Jameson",
                    "homepage": "https://www.drupal.org/u/itmaybejj",
                    "role": "Maintainer"
                },
                {
                    "name": "Brian Osborne",
                    "homepage": "https://www.drupal.org/u/bkosborne",
                    "role": "Maintainer"
                },
                {
                    "name": "Jason Partyka",
                    "homepage": "https://www.drupal.org/u/partyka",
                    "role": "Maintainer"
                },
                {
                    "name": "See other contributors",
                    "homepage": "https://www.drupal.org/node/3187132/committers",
                    "role": "contributor"
                }
            ],
            "description": "Editoria11y (\"editorial accessibility\") is a user-friendly accessibility checker.",
            "homepage": "https://drupal.org/project/editoria11y",
            "support": {
                "source": "https://git.drupalcode.org/project/editoria11y",
                "issues": "https://drupal.org/project/issues/editoria11y"
            },
            "install-path": "../../docroot/modules/contrib/editoria11y"
        },
        {
            "name": "drupal/email_registration",
            "version": "2.0.0-rc8",
            "version_normalized": "2.0.0.0-RC8",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/email_registration.git",
                "reference": "2.0.0-rc8"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/email_registration-2.0.0-rc8.zip",
                "reference": "2.0.0-rc8",
                "shasum": "ddfa7b30b348f49ac44ce17d7ca57c19a4d33b56"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/commerce": "^3.0",
                "drupal/token": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0-rc8",
                    "datestamp": "1741172472",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Drupal\\email_registration\\Component\\": "lib"
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Greg Knaddison (greggles)",
                    "homepage": "https://www.drupal.org/u/greggles",
                    "role": "Maintainer"
                },
                {
                    "name": "Andrey Postnikov (andypost)",
                    "homepage": "https://www.drupal.org/u/andypost",
                    "role": "Maintainer"
                },
                {
                    "name": "Chris Herberte",
                    "homepage": "https://www.drupal.org/u/chris-herberte",
                    "role": "Maintainer"
                },
                {
                    "name": "Moshe Weitzman (moshe weitzman)",
                    "homepage": "https://www.drupal.org/u/moshe-weitzman",
                    "role": "Maintainer"
                },
                {
                    "name": "grevil",
                    "homepage": "https://www.drupal.org/user/3668491"
                },
                {
                    "name": "moshe weitzman",
                    "homepage": "https://www.drupal.org/user/23"
                }
            ],
            "description": "Allows users to register with an email address as their username.",
            "homepage": "https://www.drupal.org/project/email_registration",
            "support": {
                "source": "https://git.drupalcode.org/project/email_registration",
                "issues": "http://drupal.org/project/issues/email_registration"
            },
            "install-path": "../../docroot/modules/contrib/email_registration"
        },
        {
            "name": "drupal/embed",
            "version": "1.10.0",
            "version_normalized": "1.10.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/embed.git",
                "reference": "8.x-1.10"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/embed-8.x-1.10.zip",
                "reference": "8.x-1.10",
                "shasum": "4ac5be0c3a421851c9c60ed82e3bc497be88e61c"
            },
            "require": {
                "drupal/core": "^10.2 || ^11"
            },
            "require-dev": {
                "drupal/ckeditor": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.10",
                    "datestamp": "1737663032",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Issue #3517882: The namespace of EmbedCKEditor5PluginBase does not respect PSR4": "https://www.drupal.org/files/issues/2025-06-30/embed--2025-06-30--3517882--mr-26.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "cs_shadow",
                    "homepage": "https://www.drupal.org/user/2828287"
                },
                {
                    "name": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "devin carlson",
                    "homepage": "https://www.drupal.org/user/290182"
                },
                {
                    "name": "Drupal Media Team",
                    "homepage": "https://www.drupal.org/user/3260690"
                },
                {
                    "name": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                },
                {
                    "name": "slashrsm",
                    "homepage": "https://www.drupal.org/user/744628"
                }
            ],
            "description": "Provides a framework for different types of embeds in text editors.",
            "homepage": "https://www.drupal.org/project/embed",
            "support": {
                "source": "https://git.drupalcode.org/project/embed"
            },
            "install-path": "../../docroot/modules/contrib/embed"
        },
        {
            "name": "drupal/entity",
            "version": "1.6.0",
            "version_normalized": "1.6.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entity.git",
                "reference": "8.x-1.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.6.zip",
                "reference": "8.x-1.6",
                "shasum": "dfb214fd45bd6ad79604d23a39a96b3d4c38f8e1"
            },
            "require": {
                "drupal/core": "^10.1 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.6",
                    "datestamp": "1740006812",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Issue #3532309: Fix Deprecation notice from DeleteAction class causes errors in ECA module": "https://www.drupal.org/files/issues/2025-06-25/entity-fix-deprecation.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "dawehner",
                    "homepage": "https://www.drupal.org/user/99340"
                },
                {
                    "name": "dixon_",
                    "homepage": "https://www.drupal.org/user/239911"
                },
                {
                    "name": "fago",
                    "homepage": "https://www.drupal.org/user/16747"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "tr",
                    "homepage": "https://www.drupal.org/user/202830"
                }
            ],
            "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.",
            "homepage": "https://www.drupal.org/project/entity",
            "support": {
                "source": "https://git.drupalcode.org/project/entity",
                "issues": "https://www.drupal.org/project/issues/entity"
            },
            "install-path": "../../docroot/modules/contrib/entity"
        },
        {
            "name": "drupal/entity_block",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entity_block.git",
                "reference": "2.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entity_block-2.0.0.zip",
                "reference": "2.0.0",
                "shasum": "06b2cdbd4bbdd503c87185ee01ad6f2bc1e298e0"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0",
                    "datestamp": "1736279748",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "floretan",
                    "homepage": "https://www.drupal.org/user/66163"
                },
                {
                    "name": "Jaesin",
                    "homepage": "https://www.drupal.org/user/841054"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "rrrob",
                    "homepage": "https://www.drupal.org/user/273533"
                },
                {
                    "name": "shadcn",
                    "homepage": "https://www.drupal.org/user/571032"
                },
                {
                    "name": "smustgrave",
                    "homepage": "https://www.drupal.org/user/3252890"
                }
            ],
            "description": "Let site administrators place content entities as blocks.",
            "homepage": "https://www.drupal.org/project/entity_block",
            "support": {
                "source": "https://git.drupalcode.org/project/entity_block"
            },
            "install-path": "../../docroot/modules/contrib/entity_block"
        },
        {
            "name": "drupal/entity_browser",
            "version": "2.15.0",
            "version_normalized": "2.15.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entity_browser.git",
                "reference": "8.x-2.15"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-2.15.zip",
                "reference": "8.x-2.15",
                "shasum": "86265fadf12f8c2eb4bc0dc813589efe8fa180a2"
            },
            "require": {
                "drupal/core": "^10.2 || ^11"
            },
            "conflict": {
                "drupal/media_entity": "1.*"
            },
            "require-dev": {
                "drupal/embed": "^1.0",
                "drupal/entity_embed": "^1.0",
                "drupal/entity_reference_revisions": "^1.0",
                "drupal/entityqueue": "^1.0",
                "drupal/inline_entity_form": "^1 || ^3",
                "drupal/paragraphs": "^1.0",
                "drupal/search_api": "^1.0",
                "drupal/token": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.15",
                    "datestamp": "1756969160",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Janez Urevc",
                    "homepage": "https://github.com/slashrsm",
                    "role": "Maintainer"
                },
                {
                    "name": "Primoz Hmeljak",
                    "homepage": "https://github.com/primsi",
                    "role": "Maintainer"
                },
                {
                    "name": "See other contributors",
                    "homepage": "https://www.drupal.org/node/1943336/committers",
                    "role": "contributor"
                },
                {
                    "name": "devin carlson",
                    "homepage": "https://www.drupal.org/user/290182"
                },
                {
                    "name": "Drupal Media Team",
                    "homepage": "https://www.drupal.org/user/3260690"
                },
                {
                    "name": "grevil",
                    "homepage": "https://www.drupal.org/user/3668491"
                },
                {
                    "name": "marcingy",
                    "homepage": "https://www.drupal.org/user/77320"
                },
                {
                    "name": "oknate",
                    "homepage": "https://www.drupal.org/user/471638"
                },
                {
                    "name": "primsi",
                    "homepage": "https://www.drupal.org/user/282629"
                },
                {
                    "name": "samuel.mortenson",
                    "homepage": "https://www.drupal.org/user/2582268"
                },
                {
                    "name": "slashrsm",
                    "homepage": "https://www.drupal.org/user/744628"
                }
            ],
            "description": "Entity browsing and selecting component.",
            "homepage": "https://drupal.org/project/entity_browser",
            "support": {
                "source": "https://git.drupalcode.org/project/entity_browser",
                "issues": "https://www.drupal.org/project/issues/entity_browser",
                "irc": "irc://irc.freenode.org/drupal-contribute"
            },
            "install-path": "../../docroot/modules/contrib/entity_browser"
        },
        {
            "name": "drupal/entity_browser_enhanced",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entity_browser_enhanced.git",
                "reference": "2.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entity_browser_enhanced-2.0.1.zip",
                "reference": "2.0.1",
                "shasum": "e8640ac806a4302684d5ada8e04d9b92183ebdb8"
            },
            "require": {
                "drupal/core": "^10 || ^11",
                "drupal/entity_browser": "~2.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.1",
                    "datestamp": "1719827338",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Provides some behavior and style enhancements to Entity Browsers, specifically for multiselect and image/media browsers.",
            "homepage": "https://www.drupal.org/project/entity_browser_enhanced",
            "support": {
                "source": "http://cgit.drupalcode.org/entity_browser_enhanced",
                "issues": "https://www.drupal.org/project/issues/entity_browser_enhanced"
            },
            "install-path": "../../docroot/modules/contrib/entity_browser_enhanced"
        },
        {
            "name": "drupal/entity_browser_entity_form",
            "version": "2.15.0",
            "version_normalized": "2.15.0.0",
            "require": {
                "drupal/core": "^10.2 || ^11",
                "drupal/entity_browser": "*",
                "drupal/inline_entity_form": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "8.x-2.15",
                    "datestamp": "1756969160",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "anybody",
                    "homepage": "https://www.drupal.org/user/291091"
                },
                {
                    "name": "berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "devin carlson",
                    "homepage": "https://www.drupal.org/user/290182"
                },
                {
                    "name": "Drupal Media Team",
                    "homepage": "https://www.drupal.org/user/3260690"
                },
                {
                    "name": "grevil",
                    "homepage": "https://www.drupal.org/user/3668491"
                },
                {
                    "name": "marcingy",
                    "homepage": "https://www.drupal.org/user/77320"
                },
                {
                    "name": "oknate",
                    "homepage": "https://www.drupal.org/user/471638"
                },
                {
                    "name": "primsi",
                    "homepage": "https://www.drupal.org/user/282629"
                },
                {
                    "name": "samuel.mortenson",
                    "homepage": "https://www.drupal.org/user/2582268"
                },
                {
                    "name": "slashrsm",
                    "homepage": "https://www.drupal.org/user/744628"
                }
            ],
            "description": "Entity browser inline entity form integration.",
            "homepage": "https://www.drupal.org/project/entity_browser",
            "support": {
                "source": "https://git.drupalcode.org/project/entity_browser"
            },
            "install-path": null
        },
        {
            "name": "drupal/entity_browser_generic_embed",
            "version": "10.1.1",
            "version_normalized": "10.1.1.0",
            "require": {
                "drupal/core": "~11.3.0",
                "drupal/entity_browser": "*",
                "drupal/varbase_media": "^10"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "10.1.1",
                    "datestamp": "1766394177",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "josebc",
                    "homepage": "https://www.drupal.org/user/1376836"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Entity Browser Generic Embed",
            "homepage": "https://www.drupal.org/project/varbase_media",
            "support": {
                "source": "https://git.drupalcode.org/project/varbase_media"
            },
            "install-path": null
        },
        {
            "name": "drupal/entity_clone",
            "version": "2.1.0-beta1",
            "version_normalized": "2.1.0.0-beta1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entity_clone.git",
                "reference": "2.1.0-beta1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entity_clone-2.1.0-beta1.zip",
                "reference": "2.1.0-beta1",
                "shasum": "3602955a33ac4fff0213fd302e78d0c7b5c628ca"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/entity_browser": "2.x-dev",
                "drupal/entity_usage": "2.x-dev",
                "drupal/paragraphs": "^1.0",
                "drupal/search_api": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.0-beta1",
                    "datestamp": "1721571015",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                },
                "patches_applied": {
                    "Issue #3388460: Fatal error on cloning a menu link (D10 site)": "https://www.drupal.org/files/issues/2023-10-17/3388460-7.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "colan",
                    "homepage": "https://www.drupal.org/user/58704"
                },
                {
                    "name": "joevagyok",
                    "homepage": "https://www.drupal.org/user/2876343"
                },
                {
                    "name": "nickdickinsonwilde",
                    "homepage": "https://www.drupal.org/user/3094661"
                },
                {
                    "name": "rajeshreeputra",
                    "homepage": "https://www.drupal.org/user/3418561"
                },
                {
                    "name": "upchuk",
                    "homepage": "https://www.drupal.org/user/1885838"
                },
                {
                    "name": "vpeltot",
                    "homepage": "https://www.drupal.org/user/1361586"
                }
            ],
            "description": "Add a clone action for all entities.",
            "homepage": "https://drupal.org/project/entity_clone",
            "support": {
                "source": "https://git.drupalcode.org/project/entity_clone"
            },
            "install-path": "../../docroot/modules/contrib/entity_clone"
        },
        {
            "name": "drupal/entity_embed",
            "version": "1.7.0",
            "version_normalized": "1.7.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entity_embed.git",
                "reference": "8.x-1.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entity_embed-8.x-1.7.zip",
                "reference": "8.x-1.7",
                "shasum": "64b7226390198572cdea0dd2227585f74338c773"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/embed": "^1.10"
            },
            "require-dev": {
                "drupal/entity_browser": "^2.11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.7",
                    "datestamp": "1738512139",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Issue #2679875: Inline Entity Form integration": "https://www.drupal.org/files/issues/2023-11-08/2679875-27.patch",
                    "Issue #3531672:  Drupal 10.5/11.2 compatability (tooltip broken, cannot edit embedded entities)": "https://www.drupal.org/files/issues/2025-06-30/entity_embed--2025-06-30--3531672--mr-62.patch",
                    "Issue #3070343: Allow to add a Drupal core link with Link Widget for Image entities using Entity Embed Dialog in CKEditor": "https://www.drupal.org/files/issues/2023-11-02/entity-embed-add-link-image-entity-3070343-37.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "cs_shadow",
                    "homepage": "https://www.drupal.org/user/2828287"
                },
                {
                    "name": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "devin carlson",
                    "homepage": "https://www.drupal.org/user/290182"
                },
                {
                    "name": "Drupal Media Team",
                    "homepage": "https://www.drupal.org/user/3260690"
                },
                {
                    "name": "oknate",
                    "homepage": "https://www.drupal.org/user/471638"
                },
                {
                    "name": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                },
                {
                    "name": "slashrsm",
                    "homepage": "https://www.drupal.org/user/744628"
                },
                {
                    "name": "wim leers",
                    "homepage": "https://www.drupal.org/user/99777"
                }
            ],
            "description": "Allows any entity to be embedded within a text area using a WYSIWYG editor.",
            "homepage": "https://www.drupal.org/project/entity_embed",
            "support": {
                "source": "https://git.drupalcode.org/project/entity_embed"
            },
            "install-path": "../../docroot/modules/contrib/entity_embed"
        },
        {
            "name": "drupal/entity_reference_revisions",
            "version": "1.13.0",
            "version_normalized": "1.13.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entity_reference_revisions.git",
                "reference": "8.x-1.13"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.13.zip",
                "reference": "8.x-1.13",
                "shasum": "717ecc88566a3ed0aaec031043fe7a6913535862"
            },
            "require": {
                "drupal/core": "^10.2 || ^11"
            },
            "require-dev": {
                "drupal/diff": "^1 || ^2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.13",
                    "datestamp": "1765498075",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9 || ^10 || ^11"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "frans",
                    "homepage": "https://www.drupal.org/user/514222"
                },
                {
                    "name": "jeroen.b",
                    "homepage": "https://www.drupal.org/user/1853532"
                },
                {
                    "name": "miro_dietiker",
                    "homepage": "https://www.drupal.org/user/227761"
                }
            ],
            "description": "Entity Reference Revisions",
            "homepage": "https://www.drupal.org/project/entity_reference_revisions",
            "support": {
                "source": "https://git.drupalcode.org/project/entity_reference_revisions"
            },
            "install-path": "../../docroot/modules/contrib/entity_reference_revisions"
        },
        {
            "name": "drupal/entity_usage",
            "version": "2.0.0-beta25",
            "version_normalized": "2.0.0.0-beta25",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entity_usage.git",
                "reference": "8.x-2.0-beta25"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entity_usage-8.x-2.0-beta25.zip",
                "reference": "8.x-2.0-beta25",
                "shasum": "1579a29158648e1f65949d4aff1638ccd2c33e80"
            },
            "require": {
                "drupal/core": "^10.2 || ^11"
            },
            "require-dev": {
                "drupal/block_field": "~1.0",
                "drupal/dynamic_entity_reference": "^3.0",
                "drupal/entity_browser": "~2.0",
                "drupal/entity_browser_block": "~1.0 || ^2.0",
                "drupal/entity_embed": "^1.7",
                "drupal/entity_reference_revisions": "~1.0",
                "drupal/inline_entity_form": "^1.0@RC || ^3.0@RC",
                "drupal/paragraphs": "~1.0",
                "drupal/redirect": "^1.11",
                "drupal/trash": "~3.0",
                "drupal/webform": "^6.0.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.0-beta25",
                    "datestamp": "1762358229",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9 || ^10 || ^11"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "alexpott",
                    "homepage": "https://www.drupal.org/user/157725"
                },
                {
                    "name": "lullabot",
                    "homepage": "https://www.drupal.org/user/3815489"
                },
                {
                    "name": "marcoscano",
                    "homepage": "https://www.drupal.org/user/1288796"
                },
                {
                    "name": "seanb",
                    "homepage": "https://www.drupal.org/user/545912"
                }
            ],
            "description": "Track usage of entities referenced by other entities",
            "homepage": "https://www.drupal.org/project/entity_usage",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/entity_usage",
                "issues": "http://drupal.org/project/issues/entity_usage"
            },
            "install-path": "../../docroot/modules/contrib/entity_usage"
        },
        {
            "name": "drupal/entityqueue",
            "version": "1.10.0",
            "version_normalized": "1.10.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entityqueue.git",
                "reference": "8.x-1.10"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entityqueue-8.x-1.10.zip",
                "reference": "8.x-1.10",
                "shasum": "ef001f661267af9700e725f36e4fc384c18be345"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.10",
                    "datestamp": "1757318201",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "amateescu",
                    "homepage": "https://www.drupal.org/user/729614"
                },
                {
                    "name": "jojonaloha",
                    "homepage": "https://www.drupal.org/user/1579186"
                },
                {
                    "name": "quicksketch",
                    "homepage": "https://www.drupal.org/user/35821"
                }
            ],
            "description": "Allows users to collect entities in arbitrarily ordered lists.",
            "homepage": "https://www.drupal.org/project/entityqueue",
            "support": {
                "source": "https://git.drupalcode.org/project/entityqueue"
            },
            "install-path": "../../docroot/modules/contrib/entityqueue"
        },
        {
            "name": "drupal/entityqueue_form_widget",
            "version": "2.0.8",
            "version_normalized": "2.0.8.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entityqueue_form_widget.git",
                "reference": "2.0.8"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entityqueue_form_widget-2.0.8.zip",
                "reference": "2.0.8",
                "shasum": "1f4f9793521db4ded1e2df7a654d11f6990f044b"
            },
            "require": {
                "drupal/core": "^10 || ^11",
                "drupal/entityqueue": "~1.1"
            },
            "require-dev": {
                "drupal/coder": "*",
                "phpstan/extension-installer": "*",
                "phpstan/phpstan": "*",
                "phpstan/phpstan-deprecation-rules": "*",
                "squizlabs/php_codesniffer": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.8",
                    "datestamp": "1764004771",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Initial building, ongoing maintenance and development"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "A handy module to populate a form element in the sidebar of node's add and edit pages to allow editors to add content to entityqueues directly from add/edit forms.",
            "homepage": "https://www.drupal.org/project/entityqueue_form_widget",
            "support": {
                "source": "http://cgit.drupalcode.org/entityqueue_form_widget",
                "issues": "https://www.drupal.org/project/issues/entityqueue_form_widget"
            },
            "install-path": "../../docroot/modules/contrib/entityqueue_form_widget"
        },
        {
            "name": "drupal/extlink",
            "version": "2.0.5",
            "version_normalized": "2.0.5.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/extlink.git",
                "reference": "2.0.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/extlink-2.0.5.zip",
                "reference": "2.0.5",
                "shasum": "3b2f73f60483ebf6e7f374f7340b19f228386cca"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.5",
                    "datestamp": "1757349140",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Nate Lampton",
                    "homepage": "https://www.drupal.org/u/quicksketch",
                    "role": "Maintainer"
                },
                {
                    "name": "Lachlan Ennis",
                    "homepage": "https://www.drupal.org/u/elachlan",
                    "role": "Maintainer"
                },
                {
                    "name": "Neslee Canil Pinto",
                    "homepage": "https://www.drupal.org/u/neslee-canil-pinto",
                    "role": "Maintainer"
                },
                {
                    "name": "quicksketch",
                    "homepage": "https://www.drupal.org/user/35821"
                },
                {
                    "name": "smustgrave",
                    "homepage": "https://www.drupal.org/user/3252890"
                }
            ],
            "description": "Modify behavior and appearance of external links.",
            "homepage": "https://www.drupal.org/project/extlink",
            "keywords": [
                "Drupal",
                "External Links"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/extlink",
                "issues": "https://www.drupal.org/project/issues/extlink"
            },
            "install-path": "../../docroot/modules/contrib/extlink"
        },
        {
            "name": "drupal/fast_404",
            "version": "3.6.0",
            "version_normalized": "3.6.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/fast_404.git",
                "reference": "8.x-3.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/fast_404-8.x-3.6.zip",
                "reference": "8.x-3.6",
                "shasum": "0b92b4241fe4db645491877e1c74b29c1413bf32"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "require-dev": {
                "drupal/redirect": "^1.3.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-3.6",
                    "datestamp": "1761158307",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "adammalone",
                    "homepage": "https://www.drupal.org/user/1295980"
                },
                {
                    "name": "gg4",
                    "homepage": "https://www.drupal.org/user/360002"
                },
                {
                    "name": "joseph.olstad",
                    "homepage": "https://www.drupal.org/user/1321830"
                },
                {
                    "name": "kristen pol",
                    "homepage": "https://www.drupal.org/user/8389"
                },
                {
                    "name": "naveenvalecha",
                    "homepage": "https://www.drupal.org/user/2665733"
                },
                {
                    "name": "neetu morwani",
                    "homepage": "https://www.drupal.org/user/2632025"
                },
                {
                    "name": "soyarma",
                    "homepage": "https://www.drupal.org/user/286273"
                }
            ],
            "description": "Speed up the generation of 404 pages and route 404 display to a static page.",
            "homepage": "https://www.drupal.org/project/fast_404",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/fast_404",
                "issues": "https://www.drupal.org/project/issues/fast_404"
            },
            "install-path": "../../docroot/modules/contrib/fast_404"
        },
        {
            "name": "drupal/feeds",
            "version": "3.2.0",
            "version_normalized": "3.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/feeds.git",
                "reference": "8.x-3.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/feeds-8.x-3.2.zip",
                "reference": "8.x-3.2",
                "shasum": "0cf6a160151e411c585ae7ce281212e10393f71c"
            },
            "require": {
                "drupal/core": "^10.2 || ^11",
                "laminas/laminas-feed": "^2.22"
            },
            "require-dev": {
                "drupal/pathauto": "^1.0",
                "megachriz/drupalbook": "^1.0 || ^2.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-3.2",
                    "datestamp": "1763648440",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": ">=9"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "febbraro",
                    "homepage": "https://www.drupal.org/user/43670"
                },
                {
                    "name": "franz",
                    "homepage": "https://www.drupal.org/user/581844"
                },
                {
                    "name": "joelpittet",
                    "homepage": "https://www.drupal.org/user/160302"
                },
                {
                    "name": "megachriz",
                    "homepage": "https://www.drupal.org/user/654114"
                },
                {
                    "name": "twistor",
                    "homepage": "https://www.drupal.org/user/473738"
                }
            ],
            "description": "Aggregates RSS/Atom/RDF feeds, imports CSV files and more.",
            "homepage": "https://www.drupal.org/project/feeds",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/feeds",
                "issues": "https://www.drupal.org/project/issues/feeds"
            },
            "install-path": "../../docroot/modules/contrib/feeds"
        },
        {
            "name": "drupal/feeds_tamper",
            "version": "2.0.0-rc1",
            "version_normalized": "2.0.0.0-RC1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/feeds_tamper.git",
                "reference": "8.x-2.0-rc1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/feeds_tamper-8.x-2.0-rc1.zip",
                "reference": "8.x-2.0-rc1",
                "shasum": "1ad70a221ff6816482bf4b437cc95e3ec72d9146"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11",
                "drupal/feeds": "^3.0",
                "drupal/tamper": "^1.0-alpha3"
            },
            "require-dev": {
                "drupal/feeds": "^3.0 || 3.x-dev",
                "drupal/tamper": "1.x-dev"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.0-rc1",
                    "datestamp": "1763674137",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "franz",
                    "homepage": "https://www.drupal.org/user/581844"
                },
                {
                    "name": "honza pobořil",
                    "homepage": "https://www.drupal.org/user/123612"
                },
                {
                    "name": "mausolos",
                    "homepage": "https://www.drupal.org/user/642118"
                },
                {
                    "name": "megachriz",
                    "homepage": "https://www.drupal.org/user/654114"
                },
                {
                    "name": "twistor",
                    "homepage": "https://www.drupal.org/user/473738"
                }
            ],
            "description": "Modify feeds data before it gets saved.",
            "homepage": "http://drupal.org/project/feeds_tamper",
            "keywords": [
                "Drupal",
                "feeds",
                "tamper"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/feeds_tamper",
                "issues": "http://drupal.org/project/issues/feeds_tamper"
            },
            "install-path": "../../docroot/modules/contrib/feeds_tamper"
        },
        {
            "name": "drupal/field_group",
            "version": "4.0.0",
            "version_normalized": "4.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/field_group.git",
                "reference": "4.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/field_group-4.0.0.zip",
                "reference": "4.0.0",
                "shasum": "d3ff81d8a64b6ac392989b668cfa417be5101642"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "require-dev": {
                "drupal/jquery_ui_accordion": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.0",
                    "datestamp": "1745478894",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "anybody",
                    "homepage": "https://www.drupal.org/user/291091"
                },
                {
                    "name": "grevil",
                    "homepage": "https://www.drupal.org/user/3668491"
                },
                {
                    "name": "hydra",
                    "homepage": "https://www.drupal.org/user/647364"
                },
                {
                    "name": "joevagyok",
                    "homepage": "https://www.drupal.org/user/2876343"
                },
                {
                    "name": "jyve",
                    "homepage": "https://www.drupal.org/user/591438"
                },
                {
                    "name": "nils.destoop",
                    "homepage": "https://www.drupal.org/user/361625"
                },
                {
                    "name": "Stalski",
                    "homepage": "https://www.drupal.org/user/322618"
                },
                {
                    "name": "swentel",
                    "homepage": "https://www.drupal.org/user/107403"
                }
            ],
            "description": "Provides the field_group module.",
            "homepage": "https://www.drupal.org/project/field_group",
            "support": {
                "source": "https://git.drupalcode.org/project/field_group",
                "issues": "https://www.drupal.org/project/issues/field_group"
            },
            "install-path": "../../docroot/modules/contrib/field_group"
        },
        {
            "name": "drupal/file_mdm",
            "version": "3.2.0",
            "version_normalized": "3.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/file_mdm.git",
                "reference": "3.2.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/file_mdm-3.2.0.zip",
                "reference": "3.2.0",
                "shasum": "0cb085a19b6ba9657f1e154ff3139b253945d054"
            },
            "require": {
                "dompdf/php-font-lib": "^1.0.1",
                "drupal/core": "^11.2",
                "fileeye/pel": "^0.12"
            },
            "require-dev": {
                "drupal/vendor_stream_wrapper": "^2.0.5",
                "fileeye/linuxlibertine-fonts": "^5.3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.2.0",
                    "datestamp": "1752175711",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "mondrake",
                    "homepage": "https://www.drupal.org/user/1307444"
                }
            ],
            "description": "Provides a service to manage file metadata.",
            "homepage": "https://www.drupal.org/project/file_mdm",
            "support": {
                "source": "https://git.drupalcode.org/project/file_mdm"
            },
            "install-path": "../../docroot/modules/contrib/file_mdm"
        },
        {
            "name": "drupal/flood_control",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/flood_control.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/flood_control-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "f453629f547a30670f9d5394b925b1895bb68615"
            },
            "require": {
                "drupal/core": "^10.2 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1727430687",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": ">=9"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "batigolix",
                    "homepage": "https://www.drupal.org/user/22175"
                },
                {
                    "name": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "fabianderijk",
                    "homepage": "https://www.drupal.org/user/278745"
                }
            ],
            "description": "Provides administration possibilities for hidden flood control variables",
            "homepage": "https://www.drupal.org/project/flood_control",
            "support": {
                "source": "https://git.drupalcode.org/project/flood_control"
            },
            "install-path": "../../docroot/modules/contrib/flood_control"
        },
        {
            "name": "drupal/focal_point",
            "version": "2.1.2",
            "version_normalized": "2.1.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/focal_point.git",
                "reference": "2.1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/focal_point-2.1.2.zip",
                "reference": "2.1.2",
                "shasum": "5f8ffadd37748506c8f00314b1d45c947eb27cf7"
            },
            "require": {
                "drupal/core": "^9.3 || ^10 || ^11",
                "drupal/crop": "^2.3"
            },
            "require-dev": {
                "drupal/crop": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.2",
                    "datestamp": "1731556344",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Issue #2906631: After changing focal point, image doesn't change until you click preview": "https://www.drupal.org/files/issues/2024-02-21/2906631-27.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Alexander Ross (bleen)",
                    "homepage": "https://www.drupal.org/u/bleen",
                    "role": "Maintainer"
                },
                {
                    "name": "rajeshreeputra",
                    "homepage": "https://www.drupal.org/user/3418561"
                }
            ],
            "description": "Focal Point allows content creators to mark the most important part of an image for easier cropping.",
            "homepage": "https://drupal.org/project/focal_point",
            "support": {
                "source": "https://cgit.drupalcode.org/focal_point",
                "issues": "https://drupal.org/project/issues/focal_point",
                "irc": "irc://irc.freenode.org/drupal-contribute"
            },
            "install-path": "../../docroot/modules/contrib/focal_point"
        },
        {
            "name": "drupal/genpass",
            "version": "2.1.3",
            "version_normalized": "2.1.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/genpass.git",
                "reference": "2.1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/genpass-2.1.3.zip",
                "reference": "2.1.3",
                "shasum": "4f34db50237372ecb1f63f36887197ff78519325"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.3",
                    "datestamp": "1746537277",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "starbow",
                    "homepage": "https://www.drupal.org/u/starbow",
                    "role": "contributor"
                },
                {
                    "name": "Kris77",
                    "homepage": "https://www.drupal.org/u/kris77",
                    "role": "contributor"
                },
                {
                    "name": "japanitrat",
                    "homepage": "https://www.drupal.org/user/268715"
                },
                {
                    "name": "joelstein",
                    "homepage": "https://www.drupal.org/user/36598"
                },
                {
                    "name": "nitinsp",
                    "homepage": "https://www.drupal.org/user/2198938"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                },
                {
                    "name": "starbow",
                    "homepage": "https://www.drupal.org/user/33290"
                }
            ],
            "description": "Great utility module which makes the password field optional (or hidden) on the add new user page (admin & registration). If the password field is not set during registration, the system will generate a password. You can optionally display this password at the time it's created.",
            "homepage": "http://drupal.org/project/genpass",
            "support": {
                "source": "https://git.drupalcode.org/project/genpass",
                "issues": "http://drupal.org/project/issues/genpass",
                "irc": "irc://irc.freenode.org/drupal-contribute"
            },
            "install-path": "../../docroot/modules/contrib/genpass"
        },
        {
            "name": "drupal/gin",
            "version": "5.0.10",
            "version_normalized": "5.0.10.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/gin.git",
                "reference": "5.0.10"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/gin-5.0.10.zip",
                "reference": "5.0.10",
                "shasum": "023e4e39a1c7387c23dc2fae0fc2469341eef780"
            },
            "require": {
                "drupal/core": "^11.2",
                "drupal/gin_toolbar": "^3.0"
            },
            "type": "drupal-theme",
            "extra": {
                "drupal": {
                    "version": "5.0.10",
                    "datestamp": "1766059405",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Issue #3398040: Fix issue with changing between responsive views and Gin Toolbar over menus": "https://www.drupal.org/files/issues/2023-10-31/3398040-8.patch",
                    "Issue #3325263: Fix user.data ServiceNotFoundException when using Gin as distribution installer theme": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/gin--2024-11-12--3325263.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "scripts": {
                "phpcs": [
                    "phpcs -s --runtime-set ignore_warnings_on_exit 1 --runtime-set ignore_errors_on_exit 0 'web/modules/custom'"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Sascha Eggenberger (saschaeggi)",
                    "homepage": "https://www.drupal.org/u/saschaeggi",
                    "role": "Maintainer"
                },
                {
                    "name": "saschaeggi",
                    "homepage": "https://www.drupal.org/user/1999056"
                }
            ],
            "description": "For a better Admin and Content Editor Experience.",
            "homepage": "https://www.drupal.org/project/gin",
            "support": {
                "source": "https://git.drupalcode.org/project/gin",
                "issues": "https://www.drupal.org/project/issues/gin"
            },
            "funding": [
                {
                    "type": "github",
                    "url": "https://github.com/sponsors/saschaeggi"
                },
                {
                    "type": "other",
                    "url": "https://paypal.me/saschaeggi"
                }
            ],
            "install-path": "../../docroot/themes/contrib/gin"
        },
        {
            "name": "drupal/gin_everywhere",
            "version": "1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/gin_everywhere.git",
                "reference": "1.4.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/gin_everywhere-1.4.0.zip",
                "reference": "1.4.0",
                "shasum": "1da3edee04f53453c6d9a3affea4638ee0e56d6b"
            },
            "require": {
                "drupal/core": "^10 || ^11",
                "drupal/gin": "^3.0 || ^4.0 || ^5.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.4.0",
                    "datestamp": "1754655626",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Pascal Crott (Hydra)",
                    "homepage": "https://www.drupal.org/u/hydra",
                    "role": "Maintainer"
                }
            ],
            "description": "Enables Gin’s edit form layout for every content entity.",
            "homepage": "https://www.drupal.org/project/gin_everywhere",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/gin_everywhere",
                "issues": "https://www.drupal.org/project/issues/gin_everywhere"
            },
            "install-path": "../../docroot/modules/contrib/gin_everywhere"
        },
        {
            "name": "drupal/gin_login",
            "version": "2.1.3",
            "version_normalized": "2.1.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/gin_login.git",
                "reference": "2.1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/gin_login-2.1.3.zip",
                "reference": "2.1.3",
                "shasum": "4fd1a4f36205f511ab7c222f3543aa15ad2331c6"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.3",
                    "datestamp": "1719750649",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Sascha Eggenberger (saschaeggi)",
                    "homepage": "https://www.drupal.org/u/saschaeggi",
                    "role": "Maintainer"
                },
                {
                    "name": "saschaeggi",
                    "homepage": "https://www.drupal.org/user/1999056"
                }
            ],
            "description": "Custom Drupal Login for Gin theme",
            "homepage": "https://www.drupal.org/project/gin_login",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/gin_login",
                "issues": "https://www.drupal.org/project/issues/gin_login"
            },
            "funding": [
                {
                    "type": "github",
                    "url": "https://github.com/sponsors/saschaeggi"
                },
                {
                    "type": "other",
                    "url": "https://paypal.me/saschaeggi"
                }
            ],
            "install-path": "../../docroot/modules/contrib/gin_login"
        },
        {
            "name": "drupal/gin_toolbar",
            "version": "3.0.2",
            "version_normalized": "3.0.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/gin_toolbar.git",
                "reference": "3.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/gin_toolbar-3.0.2.zip",
                "reference": "3.0.2",
                "shasum": "6d041143d67440e5b68f6f927e8edb298866dd94"
            },
            "require": {
                "drupal/core": "^11.2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.2",
                    "datestamp": "1752237929",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Sascha Eggenberger (saschaeggi)",
                    "homepage": "https://www.drupal.org/u/saschaeggi",
                    "role": "Maintainer"
                },
                {
                    "name": "saschaeggi",
                    "homepage": "https://www.drupal.org/user/1999056"
                }
            ],
            "description": "Gin Toolbar for Frontend use",
            "homepage": "https://www.drupal.org/project/gin_toolbar",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/gin_toolbar",
                "issues": "https://www.drupal.org/project/issues/gin_toolbar"
            },
            "funding": [
                {
                    "type": "github",
                    "url": "https://github.com/sponsors/saschaeggi"
                },
                {
                    "type": "other",
                    "url": "https://paypal.me/saschaeggi"
                }
            ],
            "install-path": "../../docroot/modules/contrib/gin_toolbar"
        },
        {
            "name": "drupal/gin_type_tray",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/gin_type_tray.git",
                "reference": "1.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/gin_type_tray-1.0.0.zip",
                "reference": "1.0.0",
                "shasum": "e4e4d6fec8f24e3c7f35a10b1755d10aaaa555bb"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11",
                "drupal/gin": "^3 || ^4 || ^5",
                "drupal/type_tray": "^1.2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.0",
                    "datestamp": "1750699571",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Aaron Silber (aaronlsilber)",
                    "homepage": "https://drupal.org/u/aaronlsilber",
                    "role": "Maintainer"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Themes the Type Tray module for the Gin Admin theme.",
            "homepage": "http://drupal.org/project/gin_type_tray",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/gin_type_tray",
                "issues": "http://drupal.org/project/issues/gin_type_tray"
            },
            "install-path": "../../docroot/modules/contrib/gin_type_tray"
        },
        {
            "name": "drupal/google_analytics",
            "version": "4.0.3",
            "version_normalized": "4.0.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/google_analytics.git",
                "reference": "4.0.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/google_analytics-4.0.3.zip",
                "reference": "4.0.3",
                "shasum": "faaae65a3b52d842ceef78fd2b2ef6344f3a21a0"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/token": "^1.7"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.3",
                    "datestamp": "1734385014",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "branch-alias": {
                    "dev-4.x": "4.x-dev"
                },
                "patches_applied": {
                    "fix: #3562288 PHP 8.4 - Implicit Nullable Parameters for Google Analytics": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/google_analytics--2025-12-09--3562288--mr-45.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "See contributors",
                    "homepage": "https://www.drupal.org/node/49388/committers"
                },
                {
                    "name": "budda",
                    "homepage": "https://www.drupal.org/user/13164"
                },
                {
                    "name": "ixismark",
                    "homepage": "https://www.drupal.org/user/3632333"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "roberto.rivera.ixis",
                    "homepage": "https://www.drupal.org/user/3632325"
                }
            ],
            "description": "Allows your site to be tracked by Google Analytics by adding a Javascript tracking code to every page.",
            "homepage": "https://www.drupal.org/project/google_analytics",
            "support": {
                "source": "https://git.drupalcode.org/project/google_analytics",
                "issues": "https://www.drupal.org/project/issues/google_analytics"
            },
            "install-path": "../../docroot/modules/contrib/google_analytics"
        },
        {
            "name": "drupal/google_tag",
            "version": "2.0.9",
            "version_normalized": "2.0.9.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/google_tag.git",
                "reference": "2.0.9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/google_tag-2.0.9.zip",
                "reference": "2.0.9",
                "shasum": "78749a4520f6d89ca374061ac4f85f561118b3f1"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/commerce": "^2.0 || ^3.0",
                "drupal/commerce_wishlist": "^3.0@beta",
                "drupal/csp": "^1.0 || ~2.1.1",
                "drupal/google_analytics": "^4.0",
                "drupal/search_api": "^1.28.0",
                "drupal/token": "^1.11.0",
                "drupal/webform": "^6.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.9",
                    "datestamp": "1756130983",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "branch-alias": {
                    "dev-main": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "acquia",
                    "homepage": "https://www.drupal.org/user/1231722"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "kaynen",
                    "homepage": "https://www.drupal.org/user/733308"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "solotandem",
                    "homepage": "https://www.drupal.org/user/240748"
                }
            ],
            "description": "Provides support for Google Tag and Google Tag Manager in Drupal.",
            "homepage": "https://www.drupal.org/project/google_tag",
            "support": {
                "source": "https://git.drupalcode.org/project/google_tag"
            },
            "install-path": "../../docroot/modules/contrib/google_tag"
        },
        {
            "name": "drupal/honeypot",
            "version": "2.2.2",
            "version_normalized": "2.2.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/honeypot.git",
                "reference": "2.2.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/honeypot-2.2.2.zip",
                "reference": "2.2.2",
                "shasum": "828872d31d1a2c37a818cacae7fcd77a60996c66"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "require-dev": {
                "drupal/rules": "^4.0",
                "drupal/webform": "^6.2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.2",
                    "datestamp": "1739854442",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Jeff Geerling",
                    "homepage": "https://www.drupal.org/user/389011",
                    "email": "geerlingguy@mac.com"
                },
                {
                    "name": "manuel garcia",
                    "homepage": "https://www.drupal.org/user/213194"
                },
                {
                    "name": "tr",
                    "homepage": "https://www.drupal.org/user/202830"
                },
                {
                    "name": "vijaycs85",
                    "homepage": "https://www.drupal.org/user/93488"
                }
            ],
            "description": "Mitigates spam form submissions using the honeypot method.",
            "homepage": "https://www.drupal.org/project/honeypot",
            "keywords": [
                "deterrent",
                "form",
                "honeypot",
                "honeytrap",
                "php",
                "spam"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/honeypot",
                "issues": "https://www.drupal.org/project/issues/honeypot"
            },
            "install-path": "../../docroot/modules/contrib/honeypot"
        },
        {
            "name": "drupal/imageapi_optimize",
            "version": "4.1.1",
            "version_normalized": "4.1.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/imageapi_optimize.git",
                "reference": "4.1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/imageapi_optimize-4.1.1.zip",
                "reference": "4.1.1",
                "shasum": "3b65d60d72b76660b1a167b94a6cdb937abfb04a"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.1.1",
                    "datestamp": "1760106150",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "deciphered",
                    "homepage": "https://www.drupal.org/user/103796"
                },
                {
                    "name": "jcisio",
                    "homepage": "https://www.drupal.org/user/210762"
                },
                {
                    "name": "steven jones",
                    "homepage": "https://www.drupal.org/user/99644"
                }
            ],
            "description": "Define pipelines for image optimization and provide integration with core image styles.",
            "homepage": "https://www.drupal.org/project/imageapi_optimize",
            "support": {
                "source": "https://git.drupalcode.org/project/imageapi_optimize"
            },
            "install-path": "../../docroot/modules/contrib/imageapi_optimize"
        },
        {
            "name": "drupal/imageapi_optimize_webp",
            "version": "3.0.0-alpha2",
            "version_normalized": "3.0.0.0-alpha2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/imageapi_optimize_webp.git",
                "reference": "3.0.0-alpha2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/imageapi_optimize_webp-3.0.0-alpha2.zip",
                "reference": "3.0.0-alpha2",
                "shasum": "880f5a4ae1507d32466faeea6d15cd65a275120c"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/imageapi_optimize": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0-alpha2",
                    "datestamp": "1740427451",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "michaellander",
                    "homepage": "https://www.drupal.org/user/636494"
                }
            ],
            "description": "Add WebP support to Image API",
            "homepage": "https://www.drupal.org/project/imageapi_optimize_webp",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/imageapi_optimize_webp",
                "issues": "https://www.drupal.org/project/issues/imageapi_optimize_webp"
            },
            "install-path": "../../docroot/modules/contrib/imageapi_optimize_webp"
        },
        {
            "name": "drupal/imagemagick",
            "version": "4.0.2",
            "version_normalized": "4.0.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/imagemagick.git",
                "reference": "4.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/imagemagick-4.0.2.zip",
                "reference": "4.0.2",
                "shasum": "758bdf632dd8f2eeb97d198b692d20a59cdbdc13"
            },
            "require": {
                "drupal/core": "^10.3 | ^11",
                "drupal/file_mdm": "^3.1",
                "drupal/sophron": "^2.1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.2",
                    "datestamp": "1724827811",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Chris Charlton",
                    "homepage": "https://www.drupal.org/user/17089"
                },
                {
                    "name": "chx",
                    "homepage": "https://www.drupal.org/user/9446"
                },
                {
                    "name": "claudiu.cristea",
                    "homepage": "https://www.drupal.org/user/56348"
                },
                {
                    "name": "dman",
                    "homepage": "https://www.drupal.org/user/33240"
                },
                {
                    "name": "dopry",
                    "homepage": "https://www.drupal.org/user/22202"
                },
                {
                    "name": "drewish",
                    "homepage": "https://www.drupal.org/user/34869"
                },
                {
                    "name": "gdl",
                    "homepage": "https://www.drupal.org/user/507326"
                },
                {
                    "name": "mondrake",
                    "homepage": "https://www.drupal.org/user/1307444"
                },
                {
                    "name": "quicksketch",
                    "homepage": "https://www.drupal.org/user/35821"
                },
                {
                    "name": "sun",
                    "homepage": "https://www.drupal.org/user/54136"
                },
                {
                    "name": "walkah",
                    "homepage": "https://www.drupal.org/user/1531"
                }
            ],
            "description": "Provides an image toolkit to integrate ImageMagick with the Image API.",
            "homepage": "https://www.drupal.org/project/imagemagick",
            "support": {
                "source": "https://git.drupalcode.org/project/imagemagick"
            },
            "install-path": "../../docroot/modules/contrib/imagemagick"
        },
        {
            "name": "drupal/inline_entity_form",
            "version": "3.0.0-rc21",
            "version_normalized": "3.0.0.0-RC21",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/inline_entity_form.git",
                "reference": "3.0.0-rc21"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/inline_entity_form-3.0.0-rc21.zip",
                "reference": "3.0.0-rc21",
                "shasum": "bbfb99be0ee35ad197556b2aa02f6e181e34ff1f"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10 || ^11",
                "drupal/rat": "^1.0.0@stable",
                "php": ">=7.1"
            },
            "require-dev": {
                "drupal/entity_reference_revisions": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0-rc21",
                    "datestamp": "1746459780",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                },
                "patches_applied": {
                    "Issue #3136514: IEF complex widget: Re-ordering / weight sometimes not updated": "https://www.drupal.org/files/issues/2025-01-04/inline_entity_form--2025-01-04--mr-126.patch",
                    "Issue #2913571: Add a setting to enable/disable inline editing for existing entities": "https://www.drupal.org/files/issues/2024-12-27/inline_entity_form--2024-12-27--2913571--mr-127.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "centarro",
                    "homepage": "https://www.drupal.org/user/3661446"
                },
                {
                    "name": "dawehner",
                    "homepage": "https://www.drupal.org/user/99340"
                },
                {
                    "name": "dww",
                    "homepage": "https://www.drupal.org/user/46549"
                },
                {
                    "name": "geek-merlin",
                    "homepage": "https://www.drupal.org/user/229048"
                },
                {
                    "name": "joachim",
                    "homepage": "https://www.drupal.org/user/107701"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "oknate",
                    "homepage": "https://www.drupal.org/user/471638"
                },
                {
                    "name": "ram4nd",
                    "homepage": "https://www.drupal.org/user/601534"
                },
                {
                    "name": "rszrama",
                    "homepage": "https://www.drupal.org/user/49344"
                },
                {
                    "name": "slashrsm",
                    "homepage": "https://www.drupal.org/user/744628"
                },
                {
                    "name": "webflo",
                    "homepage": "https://www.drupal.org/user/254778"
                }
            ],
            "description": "Provides a widget for inline management (creation, modification, removal) of referenced entities.",
            "homepage": "https://www.drupal.org/project/inline_entity_form",
            "support": {
                "source": "https://git.drupalcode.org/project/inline_entity_form"
            },
            "install-path": "../../docroot/modules/contrib/inline_entity_form"
        },
        {
            "name": "drupal/jquery_ui",
            "version": "1.8.0",
            "version_normalized": "1.8.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jquery_ui.git",
                "reference": "8.x-1.8"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/jquery_ui-8.x-1.8.zip",
                "reference": "8.x-1.8",
                "shasum": "a53e99216a81d1e35fa357885656a2cf420f1a6a"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.8",
                    "datestamp": "1758954737",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bnjmnm",
                    "homepage": "https://www.drupal.org/user/2369194"
                },
                {
                    "name": "jjeff",
                    "homepage": "https://www.drupal.org/user/17190"
                },
                {
                    "name": "lauriii",
                    "homepage": "https://www.drupal.org/user/1078742"
                },
                {
                    "name": "litwol",
                    "homepage": "https://www.drupal.org/user/78134"
                },
                {
                    "name": "mfb",
                    "homepage": "https://www.drupal.org/user/12302"
                },
                {
                    "name": "mfer",
                    "homepage": "https://www.drupal.org/user/25701"
                },
                {
                    "name": "mikelutz",
                    "homepage": "https://www.drupal.org/user/2972409"
                },
                {
                    "name": "nod_",
                    "homepage": "https://www.drupal.org/user/598310"
                },
                {
                    "name": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                },
                {
                    "name": "rajeshreeputra",
                    "homepage": "https://www.drupal.org/user/3418561"
                },
                {
                    "name": "robloach",
                    "homepage": "https://www.drupal.org/user/61114"
                },
                {
                    "name": "sun",
                    "homepage": "https://www.drupal.org/user/54136"
                },
                {
                    "name": "webchick",
                    "homepage": "https://www.drupal.org/user/24967"
                },
                {
                    "name": "wim leers",
                    "homepage": "https://www.drupal.org/user/99777"
                },
                {
                    "name": "zrpnr",
                    "homepage": "https://www.drupal.org/user/1448368"
                }
            ],
            "description": "Provides jQuery UI library.",
            "homepage": "https://www.drupal.org/project/jquery_ui",
            "support": {
                "source": "https://git.drupalcode.org/project/jquery_ui"
            },
            "install-path": "../../docroot/modules/contrib/jquery_ui"
        },
        {
            "name": "drupal/jquery_ui_accordion",
            "version": "2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jquery_ui_accordion.git",
                "reference": "2.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/jquery_ui_accordion-2.1.0.zip",
                "reference": "2.1.0",
                "shasum": "f52cfc83f302a54b9c71a038e9ac1ce496f47edd"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11",
                "drupal/jquery_ui": "^1.7"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.0",
                    "datestamp": "1717015495",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bnjmnm",
                    "homepage": "https://www.drupal.org/user/2369194"
                },
                {
                    "name": "lauriii",
                    "homepage": "https://www.drupal.org/user/1078742"
                },
                {
                    "name": "zrpnr",
                    "homepage": "https://www.drupal.org/user/1448368"
                }
            ],
            "description": "Provides jQuery UI Accordion library.",
            "homepage": "https://www.drupal.org/project/jquery_ui_accordion",
            "support": {
                "source": "https://git.drupalcode.org/project/jquery_ui_accordion"
            },
            "install-path": "../../docroot/modules/contrib/jquery_ui_accordion"
        },
        {
            "name": "drupal/jquery_ui_resizable",
            "version": "2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jquery_ui_resizable.git",
                "reference": "2.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/jquery_ui_resizable-2.1.0.zip",
                "reference": "2.1.0",
                "shasum": "f1f15c5fe01f11e5348d502e2df836d0c492f507"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11",
                "drupal/jquery_ui": "^1.7"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.0",
                    "datestamp": "1717031358",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bnjmnm",
                    "homepage": "https://www.drupal.org/user/2369194"
                },
                {
                    "name": "lauriii",
                    "homepage": "https://www.drupal.org/user/1078742"
                },
                {
                    "name": "nod_",
                    "homepage": "https://www.drupal.org/user/598310"
                },
                {
                    "name": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                },
                {
                    "name": "zrpnr",
                    "homepage": "https://www.drupal.org/user/1448368"
                }
            ],
            "description": "Provides jQuery UI Resizable library.",
            "homepage": "https://www.drupal.org/project/jquery_ui_resizable",
            "support": {
                "source": "https://git.drupalcode.org/project/jquery_ui_resizable"
            },
            "install-path": "../../docroot/modules/contrib/jquery_ui_resizable"
        },
        {
            "name": "drupal/jsonapi_extras",
            "version": "3.28.0",
            "version_normalized": "3.28.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jsonapi_extras.git",
                "reference": "8.x-3.28"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/jsonapi_extras-8.x-3.28.zip",
                "reference": "8.x-3.28",
                "shasum": "e46e47c2b0ef268f2080aabf89df3f71f22fc902"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11",
                "e0ipso/shaper": "^1",
                "php": ">=8.1"
            },
            "require-dev": {
                "drupal/schemata": "dev-1.x"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-3.28",
                    "datestamp": "1766134430",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Issue #3508142: Fix installation error with JSON:API Extra in custom Drupal 11 profiles due to missing synthetic service `kernel`": "https://www.drupal.org/files/issues/2025-02-21/jsonapi_extras--2025-02-21--3508142--mr-65.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Mateu Aguiló Bosch",
                    "homepage": "https://www.drupal.org/user/3366066",
                    "email": "mateu.aguilo.bosch@gmail.com"
                },
                {
                    "name": "Martin Kolar",
                    "homepage": "https://www.drupal.org/u/mkolar"
                },
                {
                    "name": "Karel Majzlik",
                    "homepage": "https://www.drupal.org/u/karlos007"
                },
                {
                    "name": "Björn Brala",
                    "homepage": "https://www.drupal.org/u/bbrala"
                }
            ],
            "description": "JSON:API Extras provides a means to override and provide limited configurations to the default zero-configuration implementation provided by the JSON:API module.",
            "homepage": "https://www.drupal.org/project/jsonapi_extras",
            "support": {
                "source": "https://git.drupalcode.org/project/jsonapi_extras"
            },
            "install-path": "../../docroot/modules/contrib/jsonapi_extras"
        },
        {
            "name": "drupal/key",
            "version": "1.21.0",
            "version_normalized": "1.21.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/key.git",
                "reference": "8.x-1.21"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/key-8.x-1.21.zip",
                "reference": "8.x-1.21",
                "shasum": "1e493e73bd41e70831821929b97bfb43818202fe"
            },
            "require": {
                "drupal/core": "^9.1 || ^10 || ^11"
            },
            "require-dev": {
                "drush/drush": ">=9"
            },
            "suggest": {
                "drush/drush": ">=11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.21",
                    "datestamp": "1766353546",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": ">=9"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "cellar door",
                    "homepage": "https://www.drupal.org/user/658076"
                },
                {
                    "name": "crashtest_",
                    "homepage": "https://www.drupal.org/user/261457"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "nerdstein",
                    "homepage": "https://www.drupal.org/user/1557710"
                },
                {
                    "name": "rlhawk",
                    "homepage": "https://www.drupal.org/user/352283"
                }
            ],
            "description": "Provides the ability to manage site-wide keys",
            "homepage": "http://drupal.org/project/key",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/key",
                "issues": "http://drupal.org/project/key"
            },
            "install-path": "../../docroot/modules/contrib/key"
        },
        {
            "name": "drupal/klaro",
            "version": "3.0.8",
            "version_normalized": "3.0.8.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/klaro.git",
                "reference": "3.0.8"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/klaro-3.0.8.zip",
                "reference": "3.0.8",
                "shasum": "b2cb6d85a75177a6707fa053ec8c7741b41b5355"
            },
            "require": {
                "drupal/core": "^10.2 || ^11",
                "drupal/klaro_js": "~3.0.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.8",
                    "datestamp": "1765384478",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "jan kellermann",
                    "homepage": "https://www.drupal.org/user/371731"
                },
                {
                    "name": "jurgenhaas",
                    "homepage": "https://www.drupal.org/user/168924"
                },
                {
                    "name": "kulmjens",
                    "homepage": "https://www.drupal.org/user/3595515"
                },
                {
                    "name": "metalbote",
                    "homepage": "https://www.drupal.org/user/2809357"
                },
                {
                    "name": "sascha_meissner",
                    "homepage": "https://www.drupal.org/user/3678470"
                }
            ],
            "description": "Implements the Klaro! consent manager utility into Drupal.",
            "homepage": "https://www.drupal.org/project/klaro",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/klaro",
                "issues": "https://www.drupal.org/project/issues/klaro"
            },
            "install-path": "../../docroot/modules/contrib/klaro"
        },
        {
            "name": "drupal/klaro_js",
            "version": "3.0.1",
            "version_normalized": "3.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/klaro_js.git",
                "reference": "c5398a0bc9dccd3ccc2c33c9393966bc874bba8c"
            },
            "dist": {
                "type": "zip",
                "url": "https://git.drupalcode.org/api/v4/projects/project%2Fklaro_js/repository/archive.zip?sha=c5398a0bc9dccd3ccc2c33c9393966bc874bba8c",
                "reference": "c5398a0bc9dccd3ccc2c33c9393966bc874bba8c",
                "shasum": ""
            },
            "time": "2024-12-19T08:40:21+00:00",
            "type": "drupal-library",
            "extra": {
                "installer-name": "klaro",
                "upstream-version": "v0.7.22"
            },
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Mirror of the Klaro consent manager javascript library tagged as a Drupal library.",
            "homepage": "https://github.com/klaro-org/klaro-js/",
            "support": {
                "source": "https://git.drupalcode.org/project/klaro_js/-/tree/3.0.1"
            },
            "install-path": "../../docroot/libraries/klaro"
        },
        {
            "name": "drupal/layout_builder_at",
            "version": "3.0.1",
            "version_normalized": "3.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/layout_builder_at.git",
                "reference": "3.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/layout_builder_at-3.0.1.zip",
                "reference": "3.0.1",
                "shasum": "2536145629fb0dbfece38e683fada1a8b291d51f"
            },
            "require": {
                "drupal/core": "^10.2 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.1",
                    "datestamp": "1745326369",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Kristof De Jaeger (swentel)",
                    "homepage": "https://www.drupal.org/u/swentel",
                    "role": "Maintainer"
                },
                {
                    "name": "svendecabooter",
                    "homepage": "https://www.drupal.org/user/35369"
                }
            ],
            "description": "Layout Builder Asymmetric Translation",
            "homepage": "https://www.drupal.org/project/layout_builder_at",
            "support": {
                "source": "https://git.drupalcode.org/project/layout_builder_at",
                "issues": "https://www.drupal.org/project/issues/layout_builder_at",
                "irc": "irc://irc.freenode.org/drupal-contribute"
            },
            "install-path": "../../docroot/modules/contrib/layout_builder_at"
        },
        {
            "name": "drupal/layout_builder_blocks",
            "version": "1.1.2",
            "version_normalized": "1.1.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/layout_builder_blocks.git",
                "reference": "1.1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/layout_builder_blocks-1.1.2.zip",
                "reference": "1.1.2",
                "shasum": "c6a662e731cc5680b8f4dc4e7347689ef5199ad6"
            },
            "require": {
                "drupal/bootstrap_styles": "^1.1 || ^2.0",
                "drupal/core": "^9.3 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.1.2",
                    "datestamp": "1726509193",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Issue #3349066: Limit Layout Builder Blocks not to work in the dashboards route": "https://www.drupal.org/files/issues/2025-06-22/layout_builder_blocks--2025-06-22--3349066--mr-5.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Amira Dowidar",
                    "homepage": "https://www.drupal.org/user/3092603"
                },
                {
                    "name": "mahmoud-zayed",
                    "homepage": "https://www.drupal.org/user/2947001"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Add UI styles support to blocks from Layout Builder module.",
            "homepage": "https://www.drupal.org/project/layout_builder_blocks",
            "keywords": [
                "Drupal",
                "Layout Builder",
                "UI",
                "style"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/layout_builder_blocks"
            },
            "install-path": "../../docroot/modules/contrib/layout_builder_blocks"
        },
        {
            "name": "drupal/layout_builder_component_attributes",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/layout_builder_component_attributes.git",
                "reference": "2.2.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/layout_builder_component_attributes-2.2.0.zip",
                "reference": "2.2.0",
                "shasum": "a43241bb6a56d927f75ac2fc901d1aebcd4cca01"
            },
            "require": {
                "drupal/core": "^10.0|^11.0",
                "neilime/php-css-lint": "^2.0|^3.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.0",
                    "datestamp": "1724946488",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "fix: #3498301 PHP 8.4 compatibility implicit nullable SectionStorageInterface parameter": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/layout_builder_component_attributes--2025-12-08--3498301--mr-17.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "chris burge",
                    "homepage": "https://www.drupal.org/user/1826152"
                }
            ],
            "description": "Allows editors to add HTML attributes to Layout Builder components (blocks)",
            "homepage": "https://drupal.org/project/layout_builder_component_attributes",
            "support": {
                "source": "https://cgit.drupalcode.org/layout_builder_component_attributes",
                "issues": "https://drupal.org/project/issues/layout_builder_component_attributes"
            },
            "install-path": "../../docroot/modules/contrib/layout_builder_component_attributes"
        },
        {
            "name": "drupal/layout_builder_modal",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/layout_builder_modal.git",
                "reference": "2.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/layout_builder_modal-2.0.0.zip",
                "reference": "2.0.0",
                "shasum": "0ef138ccf387a8e0a39fccd84d15f5998146a72d"
            },
            "require": {
                "drupal/core": "^9.5 || ^10.2 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0",
                    "datestamp": "1729141959",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "John Svensson",
                    "homepage": "https://www.drupal.org/u/johndevman",
                    "email": "john@kodamera.se",
                    "role": "Maintainer"
                },
                {
                    "name": "Emil Johnsson",
                    "homepage": "https://www.drupal.org/u/johnzzon",
                    "email": "emil@kodamera.se",
                    "role": "Maintainer"
                },
                {
                    "name": "Henrik Larsson",
                    "homepage": "https://www.drupal.org/u/henriklarsson",
                    "email": "henrik@kodamera.se",
                    "role": "Maintainer"
                },
                {
                    "name": "twfahey",
                    "homepage": "https://www.drupal.org/user/3403722"
                }
            ],
            "description": "Open blocks in a modal in the Layout Builder UI.",
            "homepage": "https://www.drupal.org/project/layout_builder_modal",
            "support": {
                "source": "http://cgit.drupalcode.org/layout_builder_modal",
                "issues": "https://www.drupal.org/project/issues/layout_builder_modal"
            },
            "install-path": "../../docroot/modules/contrib/layout_builder_modal"
        },
        {
            "name": "drupal/layout_builder_perms",
            "version": "2.2.1",
            "version_normalized": "2.2.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/layout_builder_perms.git",
                "reference": "2.2.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/layout_builder_perms-2.2.1.zip",
                "reference": "2.2.1",
                "shasum": "ccee176446dfcbb394e7de2dd79a9aadcd896da5"
            },
            "require": {
                "drupal/core": "^10.1 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.1",
                    "datestamp": "1755106357",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "fix: #3562020 PHP 8.4 implicit nullable parameters across Layout Builder Advanced Permissions": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/layout_builder_perms--2025-12-08--3562020--mr-28.patch",
                    "Issue #3502237: Fix type error in layout builder perms access manager logger channel factory with LoggerChannelFactoryInterface ": "https://www.drupal.org/files/issues/2025-01-25/layout_builder_perms--2025-01-25--3502237--mr-25.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "ricovandevin",
                    "homepage": "https://www.drupal.org/user/1243726"
                },
                {
                    "name": "sdstyles",
                    "homepage": "https://www.drupal.org/user/1420228"
                }
            ],
            "description": "Advanced permissions for Drupal core Layout Builder.",
            "homepage": "https://www.drupal.org/project/layout_builder_perms",
            "support": {
                "source": "https://git.drupalcode.org/project/layout_builder_perms"
            },
            "install-path": "../../docroot/modules/contrib/layout_builder_perms"
        },
        {
            "name": "drupal/layout_builder_restrictions",
            "version": "3.0.4",
            "version_normalized": "3.0.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/layout_builder_restrictions.git",
                "reference": "3.0.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/layout_builder_restrictions-3.0.4.zip",
                "reference": "3.0.4",
                "shasum": "826edbab8ed665bccfb668092b155a60ec6da296"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.4",
                    "datestamp": "1752762015",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "The University of Texas at Austin",
                    "homepage": "https://www.drupal.org/university-of-texas-at-austin",
                    "role": "Maintainer"
                },
                {
                    "name": "Eirik Morland (eiriksm)",
                    "homepage": "https://www.drupal.org/u/eiriksm",
                    "role": "Maintainer"
                },
                {
                    "name": "eiriksm",
                    "homepage": "https://www.drupal.org/user/1014468"
                },
                {
                    "name": "gravelpot",
                    "homepage": "https://www.drupal.org/user/748208"
                },
                {
                    "name": "jeff cardwell",
                    "homepage": "https://www.drupal.org/user/2913129"
                },
                {
                    "name": "lreynaga",
                    "homepage": "https://www.drupal.org/user/3400232"
                },
                {
                    "name": "mark_fullmer",
                    "homepage": "https://www.drupal.org/user/2612816"
                },
                {
                    "name": "mmarler",
                    "homepage": "https://www.drupal.org/user/500192"
                },
                {
                    "name": "ricksta",
                    "homepage": "https://www.drupal.org/user/311042"
                },
                {
                    "name": "texas_tater",
                    "homepage": "https://www.drupal.org/user/753614"
                },
                {
                    "name": "twfahey",
                    "homepage": "https://www.drupal.org/user/3403722"
                },
                {
                    "name": "utexas",
                    "homepage": "https://www.drupal.org/user/3716409"
                }
            ],
            "description": "Manage which fields & layouts are available in Layout Builder",
            "homepage": "https://www.drupal.org/project/layout_builder_restrictions",
            "keywords": [
                "Drupal",
                "Layout Builder Restrictions"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/layout_builder_restrictions",
                "issues": "https://www.drupal.org/project/issues/layout_builder_restrictions"
            },
            "install-path": "../../docroot/modules/contrib/layout_builder_restrictions"
        },
        {
            "name": "drupal/layout_library",
            "version": "1.0.0-beta6",
            "version_normalized": "1.0.0.0-beta6",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/layout_library.git",
                "reference": "8.x-1.0-beta6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/layout_library-8.x-1.0-beta6.zip",
                "reference": "8.x-1.0-beta6",
                "shasum": "8bd706ba18a1568dca4eac45711251ea774032b2"
            },
            "require": {
                "drupal/core": "^10.1 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0-beta6",
                    "datestamp": "1757547359",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                },
                "patches_applied": {
                    "Issue #3273160: Support inline blocks in layout": "https://www.drupal.org/files/issues/2022-12-14/3273160-9.patch",
                    "Issue #3075067: Duplicate entry for key 'block_content_field__uuid__value'": "https://www.drupal.org/files/issues/2023-01-05/3075067-19.patch",
                    "fix: #3562479 PHP 8.4 - Implicit nullable SectionStorageInterface parameter": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/layout_library--2025-12-10--3562479--mr-22.patch",
                    "Issue #3561874 : Add missing isSupported method to Library class for SupportAwareSectionStorageInterface compatibility with Drupal ~11.3.0": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/layout_library--2025-12-07--3561874--mr-21.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "eclipsegc",
                    "homepage": "https://www.drupal.org/user/61203"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "larowlan",
                    "homepage": "https://www.drupal.org/user/395439"
                },
                {
                    "name": "samuel.mortenson",
                    "homepage": "https://www.drupal.org/user/2582268"
                },
                {
                    "name": "tim.plunkett",
                    "homepage": "https://www.drupal.org/user/241634"
                },
                {
                    "name": "xjm",
                    "homepage": "https://www.drupal.org/user/65776"
                }
            ],
            "description": "Provides a library of layouts for content-editors to select from",
            "homepage": "https://www.drupal.org/project/layout_library",
            "support": {
                "source": "https://git.drupalcode.org/project/layout_library",
                "issues": "http://drupal.org/project/issues/layout_library"
            },
            "install-path": "../../docroot/modules/contrib/layout_library"
        },
        {
            "name": "drupal/length_indicator",
            "version": "1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/length_indicator.git",
                "reference": "8.x-1.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/length_indicator-8.x-1.4.zip",
                "reference": "8.x-1.4",
                "shasum": "645f3368109d91ba684548dacf88eea357aa6458"
            },
            "require": {
                "drupal/core": "^9.2 || ^10.0 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.4",
                    "datestamp": "1718276250",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "chr.fritsch",
                    "homepage": "https://www.drupal.org/user/2103716"
                },
                {
                    "name": "daniel.bosen",
                    "homepage": "https://www.drupal.org/user/404865"
                },
                {
                    "name": "thunderbot",
                    "homepage": "https://www.drupal.org/user/3511180"
                },
                {
                    "name": "tjwelde",
                    "homepage": "https://www.drupal.org/user/3411453"
                }
            ],
            "description": "Adds an optional length indicator to fields",
            "homepage": "https://www.drupal.org/project/length_indicator",
            "support": {
                "source": "https://git.drupalcode.org/project/length_indicator"
            },
            "install-path": "../../docroot/modules/contrib/length_indicator"
        },
        {
            "name": "drupal/link_attributes",
            "version": "2.1.2",
            "version_normalized": "2.1.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/link_attributes.git",
                "reference": "2.1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/link_attributes-2.1.2.zip",
                "reference": "2.1.2",
                "shasum": "be747ac683568252d6d580acf5929c7ddc02c7e8"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11",
                "php": ">=8.0"
            },
            "require-dev": {
                "drupal/linkit": "~6 || ~7"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.2",
                    "datestamp": "1763068313",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "larowlan",
                    "homepage": "https://www.drupal.org/user/395439"
                }
            ],
            "description": "Provides a widget to allow settings of link attributes for menu links.",
            "homepage": "https://www.drupal.org/project/link_attributes",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/link_attributes",
                "issues": "https://www.drupal.org/project/issues/link_attributes"
            },
            "install-path": "../../docroot/modules/contrib/link_attributes"
        },
        {
            "name": "drupal/linkit",
            "version": "7.0.12",
            "version_normalized": "7.0.12.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/linkit.git",
                "reference": "7.0.12"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/linkit-7.0.12.zip",
                "reference": "7.0.12",
                "shasum": "be60722e708e12be1596a804e816652c3c7ea815"
            },
            "require": {
                "drupal/core": "^10.1 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.0.12",
                    "datestamp": "1765468273",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Emil Stjerneman",
                    "homepage": "https://stjerneman.com",
                    "email": "emil@stjerneman.com",
                    "role": "Maintainer"
                },
                {
                    "name": "johnwebdev",
                    "homepage": "https://www.drupal.org/user/3331569"
                },
                {
                    "name": "mark_fullmer",
                    "homepage": "https://www.drupal.org/user/2612816"
                }
            ],
            "description": "Linkit - Enriched linking experience",
            "homepage": "http://drupal.org/project/linkit",
            "support": {
                "source": "http://cgit.drupalcode.org/linkit",
                "issues": "http://drupal.org/project/linkit"
            },
            "install-path": "../../docroot/modules/contrib/linkit"
        },
        {
            "name": "drupal/login_destination",
            "version": "2.0.0-beta10",
            "version_normalized": "2.0.0.0-beta10",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/login_destination.git",
                "reference": "8.x-2.0-beta10"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/login_destination-8.x-2.0-beta10.zip",
                "reference": "8.x-2.0-beta10",
                "shasum": "28df74517a97259e069aaadf05652b72f222e85f"
            },
            "require": {
                "drupal/core": "^8.7.10 || ^9 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/admin_toolbar": "^1.23",
                "drupal/admin_toolbar_tools": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.0-beta10",
                    "datestamp": "1756735210",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "rsvelko",
                    "homepage": "https://www.drupal.org/u/rsvelko",
                    "role": "Creator, Maintainer"
                },
                {
                    "name": "Other Contributors",
                    "homepage": "https://www.drupal.org/node/69051/committers",
                    "role": "Contributors"
                },
                {
                    "name": "ddrozdik",
                    "homepage": "https://www.drupal.org/user/574124"
                },
                {
                    "name": "jng12",
                    "homepage": "https://www.drupal.org/user/204316"
                },
                {
                    "name": "marcp",
                    "homepage": "https://www.drupal.org/user/20885"
                },
                {
                    "name": "mithy",
                    "homepage": "https://www.drupal.org/user/258911"
                },
                {
                    "name": "moshe weitzman",
                    "homepage": "https://www.drupal.org/user/23"
                },
                {
                    "name": "oliver huynh",
                    "homepage": "https://www.drupal.org/user/243730"
                },
                {
                    "name": "perennial.sky",
                    "homepage": "https://www.drupal.org/user/2622667"
                },
                {
                    "name": "rsvelko",
                    "homepage": "https://www.drupal.org/user/337401"
                }
            ],
            "description": "Customizes the destination the user is redirected to after login/logout/registration/one-time login.",
            "homepage": "https://drupal.org/project/login_destination",
            "support": {
                "source": "https://git.drupalcode.org/project/login_destination",
                "issues": "https://drupal.org/project/issues/login_destination"
            },
            "install-path": "../../docroot/modules/contrib/login_destination"
        },
        {
            "name": "drupal/mailer_transport",
            "version": "1.6.2",
            "version_normalized": "1.6.2.0",
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/symfony_mailer": "^1"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "1.6.2",
                    "datestamp": "1751013031",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "adamps",
                    "homepage": "https://www.drupal.org/user/2650563"
                }
            ],
            "description": "Placeholder to support upgrade to v2.x",
            "homepage": "https://www.drupal.org/project/symfony_mailer",
            "support": {
                "source": "https://git.drupalcode.org/project/symfony_mailer"
            },
            "install-path": null
        },
        {
            "name": "drupal/masquerade",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/masquerade.git",
                "reference": "8.x-2.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/masquerade-8.x-2.0.zip",
                "reference": "8.x-2.0",
                "shasum": "3af711878f5f7a06a2c837440cb90fbcba8db0e1"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.0",
                    "datestamp": "1723165789",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Andrey Postnikov (andypost)",
                    "homepage": "https://www.drupal.org/u/andypost",
                    "role": "Maintainer"
                },
                {
                    "name": "David Norman (deekayen)",
                    "homepage": "https://www.drupal.org/u/deekayen",
                    "role": "Maintainer"
                },
                {
                    "name": "Mark Shropshire (shrop)",
                    "homepage": "https://www.drupal.org/u/shrop",
                    "role": "Maintainer"
                },
                {
                    "name": "Daniel Kudwien (sun)",
                    "homepage": "https://www.drupal.org/u/sun",
                    "role": "Maintainer"
                },
                {
                    "name": "Andrew Berry (deviantintegral)",
                    "homepage": "https://www.drupal.org/u/deviantintegral",
                    "role": "Maintainer"
                },
                {
                    "name": "sun",
                    "homepage": "https://www.drupal.org/user/54136"
                }
            ],
            "description": "Allows privileged users to masquerade as another user.",
            "homepage": "https://www.drupal.org/project/masquerade",
            "support": {
                "source": "https://git.drupal.org/project/masquerade.git",
                "issues": "https://www.drupal.org/project/issues/masquerade",
                "irc": "irc://irc.freenode.org/drupal-contribute"
            },
            "install-path": "../../docroot/modules/contrib/masquerade"
        },
        {
            "name": "drupal/maxlength",
            "version": "3.1.3",
            "version_normalized": "3.1.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/maxlength.git",
                "reference": "3.1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/maxlength-3.1.3.zip",
                "reference": "3.1.3",
                "shasum": "7f063d0a449eda6bc499a718a09d1091907ef054"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.1.3",
                    "datestamp": "1756373060",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Marius Scurtescu (mariuss)",
                    "homepage": "https://www.drupal.org/u/mariuss",
                    "role": "Maintainer"
                },
                {
                    "name": "Clayton Dewey (cedewey)",
                    "homepage": "https://www.drupal.org/u/cedewey",
                    "role": "Maintainer"
                },
                {
                    "name": "Daniel Wehner (dawehner)",
                    "homepage": "https://www.drupal.org/u/dawehner",
                    "role": "Maintainer"
                },
                {
                    "name": "Paulino Michelazzo (pmichelazzo)",
                    "homepage": "https://www.drupal.org/u/pmichelazzo",
                    "role": "Maintainer"
                },
                {
                    "name": "Jeff Hipp (hipp2bsquare)",
                    "homepage": "https://www.drupal.org/u/hipp2bsquare",
                    "role": "Maintainer"
                },
                {
                    "name": "Steven DuBois (srdtwc)",
                    "homepage": "https://www.drupal.org/u/srdtwc",
                    "role": "Maintainer"
                },
                {
                    "name": "Adam Nagy (joevagyok)",
                    "homepage": "https://www.drupal.org/u/joevagyok",
                    "role": "Maintainer"
                }
            ],
            "description": "MaxLength allows a soft or hard character limit to be set on titles, text fields and link fields.",
            "homepage": "https://www.drupal.org/project/maxlength",
            "support": {
                "source": "https://git.drupalcode.org/project/maxlength",
                "issues": "https://www.drupal.org/project/issues/maxlength"
            },
            "install-path": "../../docroot/modules/contrib/maxlength"
        },
        {
            "name": "drupal/media_bulk_upload",
            "version": "3.0.4",
            "version_normalized": "3.0.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/media_bulk_upload.git",
                "reference": "3.0.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/media_bulk_upload-3.0.4.zip",
                "reference": "3.0.4",
                "shasum": "33553f1c70c9a863dba58c1946be0e11a8b177a8"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/dropzonejs": "^2.0"
            },
            "require-dev": {
                "drupal/dropzonejs": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.4",
                    "datestamp": "1749524324",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "fix: #3542595 Implicit nullable Request parameter for PHP 8.4 compatibility in Media Bulk Upload": "https://git.drupalcode.org/project/media_bulk_upload/-/commit/d63a897ce07b11e94fe08d5d309b49bb5ee8af43.diff"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "jefuri",
                    "homepage": "https://www.drupal.org/user/2733365"
                },
                {
                    "name": "krilo_89",
                    "homepage": "https://www.drupal.org/user/3005277"
                },
                {
                    "name": "kristen pol",
                    "homepage": "https://www.drupal.org/user/8389"
                },
                {
                    "name": "nitebreed",
                    "homepage": "https://www.drupal.org/user/419423"
                },
                {
                    "name": "sebastian.wegerer",
                    "homepage": "https://www.drupal.org/user/3768762"
                },
                {
                    "name": "sjerdo",
                    "homepage": "https://www.drupal.org/user/3495403"
                },
                {
                    "name": "steven buteneers",
                    "homepage": "https://www.drupal.org/user/3301055"
                }
            ],
            "description": "Allows uploading files in bulk and converting them to media entities.",
            "homepage": "https://www.drupal.org/project/media_bulk_upload",
            "support": {
                "source": "git://git.drupal.org/project/media_bulk_upload.git",
                "issues": "https://www.drupal.org/project/issues/media_bulk_upload"
            },
            "install-path": "../../docroot/modules/contrib/media_bulk_upload"
        },
        {
            "name": "drupal/media_entity_instagram",
            "version": "4.0.0",
            "version_normalized": "4.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/media_entity_instagram.git",
                "reference": "4.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/media_entity_instagram-4.0.0.zip",
                "reference": "4.0.0",
                "shasum": "32188917e386cbb11c30afdfde8f13a17eb2f0f8"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.0",
                    "datestamp": "1755775178",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Janez Urevc (slashrsm)",
                    "homepage": "https://www.drupal.org/u/slashrsm",
                    "role": "Maintainer"
                },
                {
                    "name": "Christian Fritsch (chr.fritsch)",
                    "homepage": "https://www.drupal.org/u/chrfritsch",
                    "role": "Maintainer"
                },
                {
                    "name": "Malina Randrianavony (designesse)",
                    "homepage": "https://www.drupal.org/u/designesse",
                    "role": "Maintainer"
                },
                {
                    "name": "Drupal Media Team",
                    "homepage": "https://www.drupal.org/u/drupal-media-team",
                    "role": "Maintainer"
                },
                {
                    "name": "Primoz Hmeljak (primsi)",
                    "homepage": "https://www.drupal.org/u/primsi",
                    "role": "Maintainer"
                }
            ],
            "description": "Media Entity Instagram provider.",
            "homepage": "http://drupal.org/project/media_entity_instagram",
            "keywords": [
                "Drupal",
                "Instagram",
                "Media"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/media_entity_instagram",
                "issues": "https://www.drupal.org/project/issues/media_entity_instagram"
            },
            "install-path": "../../docroot/modules/contrib/media_entity_instagram"
        },
        {
            "name": "drupal/media_entity_twitter",
            "version": "2.11.0",
            "version_normalized": "2.11.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/media_entity_twitter.git",
                "reference": "8.x-2.11"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/media_entity_twitter-8.x-2.11.zip",
                "reference": "8.x-2.11",
                "shasum": "30e1c2b05b6c9435811423f5ed13f5ba63351ea3"
            },
            "require": {
                "drupal/core": "^10.2 || ^11",
                "j7mbo/twitter-api-php": "~1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.11",
                    "datestamp": "1755090466",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "chr.fritsch",
                    "homepage": "https://www.drupal.org/user/2103716"
                },
                {
                    "name": "Drupal Media Team",
                    "homepage": "https://www.drupal.org/user/3260690"
                },
                {
                    "name": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                },
                {
                    "name": "primsi",
                    "homepage": "https://www.drupal.org/user/282629"
                },
                {
                    "name": "slashrsm",
                    "homepage": "https://www.drupal.org/user/744628"
                }
            ],
            "description": "Provides Twitter integration for Media entity",
            "homepage": "https://www.drupal.org/project/media_entity_twitter",
            "support": {
                "source": "https://git.drupalcode.org/project/media_entity_twitter"
            },
            "install-path": "../../docroot/modules/contrib/media_entity_twitter"
        },
        {
            "name": "drupal/media_library_edit",
            "version": "3.0.4",
            "version_normalized": "3.0.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/media_library_edit.git",
                "reference": "3.0.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/media_library_edit-3.0.4.zip",
                "reference": "3.0.4",
                "shasum": "92f1c1f58b5579363a9f18ffb5632cc368066dfe"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.4",
                    "datestamp": "1724358009",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "ahebrank",
                    "homepage": "https://www.drupal.org/user/3190515"
                }
            ],
            "description": "Add an edit button to the Media Library widget when an item is selected.",
            "homepage": "https://www.drupal.org/project/media_library_edit",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/media_library_edit",
                "issues": "https://www.drupal.org/project/issues/media_library_edit"
            },
            "install-path": "../../docroot/modules/contrib/media_library_edit"
        },
        {
            "name": "drupal/media_library_form_element",
            "version": "2.1.4",
            "version_normalized": "2.1.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/media_library_form_element.git",
                "reference": "2.1.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/media_library_form_element-2.1.4.zip",
                "reference": "2.1.4",
                "shasum": "575d5a69e4b9e310336aeb3ee169ec2d7c8b3f2b"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.4",
                    "datestamp": "1759255782",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Kim Kennof",
                    "homepage": "https://www.drupal.org/u/nightlife2008",
                    "email": "kim.kennof@gmail.com",
                    "role": "Maintainer"
                },
                {
                    "name": "AUSY, a randstad company",
                    "homepage": "https://www.ausy.be",
                    "email": "info@ausy.be",
                    "role": "Sponsor"
                },
                {
                    "name": "mark_fullmer",
                    "homepage": "https://www.drupal.org/user/2612816"
                },
                {
                    "name": "nightlife2008",
                    "homepage": "https://www.drupal.org/user/333515"
                },
                {
                    "name": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                }
            ],
            "description": "This module provides a Media Library Form API element to be used in all sorts of forms.",
            "homepage": "https://www.drupal.org/project/media_library_form_element",
            "keywords": [
                "Drupal",
                "Form API",
                "Media",
                "Media Library"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/media_library_form_element",
                "issues": "https://www.drupal.org/project/issues/media_library_form_element"
            },
            "install-path": "../../docroot/modules/contrib/media_library_form_element"
        },
        {
            "name": "drupal/menu_admin_per_menu",
            "version": "1.7.0",
            "version_normalized": "1.7.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/menu_admin_per_menu.git",
                "reference": "8.x-1.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/menu_admin_per_menu-8.x-1.7.zip",
                "reference": "8.x-1.7",
                "shasum": "ce9faed09c95de7c7a57653aab66c5afc3e946a2"
            },
            "require": {
                "drupal/core": "^10.2 || ^11.0 || ^12"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.7",
                    "datestamp": "1750246188",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "anrikun",
                    "homepage": "https://www.drupal.org/user/410199"
                },
                {
                    "name": "jeroent",
                    "homepage": "https://www.drupal.org/user/2228934"
                },
                {
                    "name": "jonas139",
                    "homepage": "https://www.drupal.org/user/2873401"
                },
                {
                    "name": "mkdok",
                    "homepage": "https://www.drupal.org/user/3308753"
                }
            ],
            "description": "Allows to give roles per menu admin permissions without giving them full administer menu permission.",
            "homepage": "https://www.drupal.org/project/menu_admin_per_menu",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/menu_admin_per_menu",
                "issues": "https://drupal.org/project/issues/menu_admin_per_menu"
            },
            "install-path": "../../docroot/modules/contrib/menu_admin_per_menu"
        },
        {
            "name": "drupal/menu_block",
            "version": "1.14.0",
            "version_normalized": "1.14.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/menu_block.git",
                "reference": "8.x-1.14"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/menu_block-8.x-1.14.zip",
                "reference": "8.x-1.14",
                "shasum": "c71e60acaba8a7553e8cf423a56328771cbdedf4"
            },
            "require": {
                "drupal/core": "^10.1 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.14",
                    "datestamp": "1740624449",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "joelpittet",
                    "homepage": "https://www.drupal.org/user/160302"
                },
                {
                    "name": "johnalbin",
                    "homepage": "https://www.drupal.org/user/32095"
                },
                {
                    "name": "kim.pepper",
                    "homepage": "https://www.drupal.org/user/370574"
                },
                {
                    "name": "renatog",
                    "homepage": "https://www.drupal.org/user/3326031"
                },
                {
                    "name": "rrrob",
                    "homepage": "https://www.drupal.org/user/273533"
                }
            ],
            "description": "Provides configurable blocks of menu links.",
            "homepage": "https://www.drupal.org/project/menu_block",
            "support": {
                "source": "https://git.drupalcode.org/project/menu_block"
            },
            "install-path": "../../docroot/modules/contrib/menu_block"
        },
        {
            "name": "drupal/menu_link_attributes",
            "version": "1.6.0",
            "version_normalized": "1.6.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/menu_link_attributes.git",
                "reference": "8.x-1.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/menu_link_attributes-8.x-1.6.zip",
                "reference": "8.x-1.6",
                "shasum": "638c87f01477ef5cbb44f6c84b763b1fef6ca1e6"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.6",
                    "datestamp": "1765101539",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "anybody",
                    "homepage": "https://www.drupal.org/user/291091"
                },
                {
                    "name": "grevil",
                    "homepage": "https://www.drupal.org/user/3668491"
                },
                {
                    "name": "jcnventura",
                    "homepage": "https://www.drupal.org/user/122464"
                },
                {
                    "name": "yannickoo",
                    "homepage": "https://www.drupal.org/user/531118"
                }
            ],
            "description": "Allows you to add attributes to menu links.",
            "homepage": "http://drupal.org/project/menu_link_attributes",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/menu_link_attributes",
                "issues": "http://drupal.org/project/issues/menu_link_attributes"
            },
            "install-path": "../../docroot/modules/contrib/menu_link_attributes"
        },
        {
            "name": "drupal/menu_position",
            "version": "1.8.0",
            "version_normalized": "1.8.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/menu_position.git",
                "reference": "8.x-1.8"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/menu_position-8.x-1.8.zip",
                "reference": "8.x-1.8",
                "shasum": "08a9dd523c80be1eccf91b8088683a20645acb3f"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.8",
                    "datestamp": "1754913313",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "BarisW",
                    "homepage": "https://www.drupal.org/user/107229"
                },
                {
                    "name": "joelpittet",
                    "homepage": "https://www.drupal.org/user/160302"
                },
                {
                    "name": "johnalbin",
                    "homepage": "https://www.drupal.org/user/32095"
                },
                {
                    "name": "lbainbridge",
                    "homepage": "https://www.drupal.org/user/2406996"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                },
                {
                    "name": "sutharsan",
                    "homepage": "https://www.drupal.org/user/73854"
                }
            ],
            "description": "This module allows for the creation of rules that will dynamically add the current page into the menu system at the requested spots.",
            "homepage": "https://www.drupal.org/project/menu_position",
            "support": {
                "source": "https://git.drupalcode.org/project/menu_position",
                "issues": "https://www.drupal.org/project/issues/menu_position"
            },
            "install-path": "../../docroot/modules/contrib/menu_position"
        },
        {
            "name": "drupal/metatag",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/metatag.git",
                "reference": "2.2.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/metatag-2.2.0.zip",
                "reference": "2.2.0",
                "shasum": "b6ae4b665a49771d5139644c71cb3d5a68cb4828"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/token": "^1.0",
                "php": ">=8.0"
            },
            "require-dev": {
                "drupal/forum": "1.x-dev",
                "drupal/hal": "^1 || ^2 || ^9",
                "drupal/metatag_dc": "*",
                "drupal/metatag_open_graph": "*",
                "drupal/page_manager": "^4.0",
                "drupal/redirect": "^1.0",
                "ergebnis/composer-normalize": "*",
                "mpyw/phpunit-patch-serializable-comparison": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.0",
                    "datestamp": "1758622371",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "composer-normalize": {
                    "indent-size": 2,
                    "indent-style": "space"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "See contributors",
                    "homepage": "https://www.drupal.org/node/640498/committers",
                    "role": "Developer"
                },
                {
                    "name": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                }
            ],
            "description": "Manage meta tags for all entities.",
            "homepage": "https://www.drupal.org/project/metatag",
            "keywords": [
                "Drupal",
                "seo"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/metatag",
                "issues": "https://www.drupal.org/project/issues/metatag",
                "docs": "https://www.drupal.org/docs/8/modules/metatag"
            },
            "install-path": "../../docroot/modules/contrib/metatag"
        },
        {
            "name": "drupal/modeler_api",
            "version": "1.0.6",
            "version_normalized": "1.0.6.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/modeler_api.git",
                "reference": "1.0.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/modeler_api-1.0.6.zip",
                "reference": "1.0.6",
                "shasum": "7f105303e9149363d4b2649848b4d9b5ad755e25"
            },
            "require": {
                "drupal/core": "^10.4 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.6",
                    "datestamp": "1764747432",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Issue #3537810: Fix Circular Reference by Removing Autowire and Minimizing Dependencies in modeler_api.service": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/modeler_api--2025-11-09--3537810--1-0-x--drupal11-2.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "benjifisher",
                    "homepage": "https://www.drupal.org/user/683300"
                },
                {
                    "name": "cosmicdreams",
                    "homepage": "https://www.drupal.org/user/42579"
                },
                {
                    "name": "jurgenhaas",
                    "homepage": "https://www.drupal.org/user/168924"
                }
            ],
            "description": "Provides an API for modules to use modelers like BPMN.iO",
            "homepage": "https://www.drupal.org/project/modeler_api",
            "support": {
                "source": "https://drupal.org/project/modeler_api",
                "issues": "https://drupal.org/project/issues/modeler_api"
            },
            "install-path": "../../docroot/modules/contrib/modeler_api"
        },
        {
            "name": "drupal/navigation_extra_tools",
            "version": "1.3.1",
            "version_normalized": "1.3.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/navigation_extra_tools.git",
                "reference": "1.3.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/navigation_extra_tools-1.3.1.zip",
                "reference": "1.3.1",
                "shasum": "cc94b7b7eee3396511a6eca212cc01bc9d4a55a9"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "php": ">=8.1"
            },
            "require-dev": {
                "drupal/automatic_updates": "^3.1 || ^4.0@alpha",
                "drupal/devel": "^5.1",
                "drupal/project_browser": "^2.0-beta3 || ^2.1-beta3",
                "drush/drush": ">=11.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.3.1",
                    "datestamp": "1757234593",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "James Shields",
                    "homepage": "https://www.drupal.org/u/lostcarpark",
                    "role": "Maintainer"
                },
                {
                    "name": "ultimike",
                    "homepage": "https://www.drupal.org/user/51132"
                }
            ],
            "description": "Provide useful tools to Drupal Navigation.",
            "homepage": "https://www.drupal.org/project/navigation_extra_tools",
            "support": {
                "source": "https://git.drupalcode.org/project/navigation_extra_tools",
                "issues": "https://www.drupal.org/project/issues/navigation_extra_tools"
            },
            "install-path": "../../docroot/modules/contrib/navigation_extra_tools"
        },
        {
            "name": "drupal/node_edit_protection",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/node_edit_protection.git",
                "reference": "8.x-1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/node_edit_protection-8.x-1.2.zip",
                "reference": "8.x-1.2",
                "shasum": "dcfac23c3b92ef0d386bdd9d5c5e3c8ad8701e8a"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.2",
                    "datestamp": "1737562758",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Issue #3455823: Fix the warning issue that occurs when pressing the save submit button in the Gin Admin theme": "https://www.drupal.org/files/issues/2024-07-03/3455823-13-warning-popup-node-add-and-edit-save.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "czigor",
                    "homepage": "https://www.drupal.org/user/826222"
                },
                {
                    "name": "erynn",
                    "homepage": "https://www.drupal.org/user/1163382"
                },
                {
                    "name": "febbraro",
                    "homepage": "https://www.drupal.org/user/43670"
                },
                {
                    "name": "mgifford",
                    "homepage": "https://www.drupal.org/user/27930"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                }
            ],
            "description": "Protect the user against navigating away from a node edit form before saving their changes.",
            "homepage": "https://www.drupal.org/project/node_edit_protection",
            "support": {
                "source": "https://git.drupalcode.org/project/node_edit_protection"
            },
            "install-path": "../../docroot/modules/contrib/node_edit_protection"
        },
        {
            "name": "drupal/nouislider_js",
            "version": "15.8.1",
            "version_normalized": "15.8.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/nouislider_js.git",
                "reference": "b5610d5842784581e4c766cd1c3852ca0b355ed5"
            },
            "dist": {
                "type": "zip",
                "url": "https://git.drupalcode.org/api/v4/projects/project%2Fnouislider_js/repository/archive.zip?sha=b5610d5842784581e4c766cd1c3852ca0b355ed5",
                "reference": "b5610d5842784581e4c766cd1c3852ca0b355ed5",
                "shasum": ""
            },
            "time": "2025-01-03T10:53:20+00:00",
            "type": "drupal-library",
            "extra": {
                "installer-name": "nouislider"
            },
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT License"
            ],
            "description": "Mirror of the noUiSlider javascript library tagged as a Drupal library.",
            "homepage": "https://github.com/leongersen/noUiSlider",
            "support": {
                "source": "https://git.drupalcode.org/project/nouislider_js/-/tree/15.8.0"
            },
            "install-path": "../../docroot/libraries/nouislider"
        },
        {
            "name": "drupal/openapi",
            "version": "2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/openapi.git",
                "reference": "8.x-2.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/openapi-8.x-2.3.zip",
                "reference": "8.x-2.3",
                "shasum": "1085415c11a2f5c39c24c73be78c4facc2c5300a"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "conflict": {
                "drupal/core": "<8.7"
            },
            "require-dev": {
                "drupal/openapi_ui": "1.x-dev"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.3",
                    "datestamp": "1737537761",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "fix: #3523346 PHP 8.4: Implicitly nullable parameter declarations deprecated": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/openapi--2025-12-08--3523346--mr-22.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bradjones1",
                    "homepage": "https://www.drupal.org/user/405824"
                },
                {
                    "name": "e0ipso",
                    "homepage": "https://www.drupal.org/user/550110"
                },
                {
                    "name": "mrjmd",
                    "homepage": "https://www.drupal.org/user/1800446"
                },
                {
                    "name": "nitebreed",
                    "homepage": "https://www.drupal.org/user/419423"
                },
                {
                    "name": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                },
                {
                    "name": "richgerdes",
                    "homepage": "https://www.drupal.org/user/3437973"
                },
                {
                    "name": "rogierbom",
                    "homepage": "https://www.drupal.org/user/1352176"
                },
                {
                    "name": "tedbow",
                    "homepage": "https://www.drupal.org/user/240860"
                }
            ],
            "description": "Creates OpenAPI specification for Drupal resources.",
            "homepage": "https://www.drupal.org/project/openapi",
            "support": {
                "source": "http://cgit.drupalcode.org/openapi",
                "issues": "http://drupal.org/project/issues/openapi"
            },
            "install-path": "../../docroot/modules/contrib/openapi"
        },
        {
            "name": "drupal/openapi_jsonapi",
            "version": "3.0.5",
            "version_normalized": "3.0.5.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/openapi_jsonapi.git",
                "reference": "3.0.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/openapi_jsonapi-3.0.5.zip",
                "reference": "3.0.5",
                "shasum": "6607a755f3b69257d8a32705043557d6d81127d7"
            },
            "require": {
                "drupal/core": "^10 || ^11",
                "drupal/openapi": "^2.2",
                "drupal/schemata": "^1.0",
                "drupal/schemata_json_schema": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.5",
                    "datestamp": "1722621497",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "fix: #3539722 PHP 8.4: Implicitly nullable parameter declarations deprecated": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/openapi_jsonapi--2025-12-09--3539722--mr-20.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Mateu Aguiló Bosch",
                    "homepage": "https://www.drupal.org/user/3616626",
                    "email": "mateu.aguilo.bosch@gmail.com"
                },
                {
                    "name": "bradjones1",
                    "homepage": "https://www.drupal.org/user/405824"
                },
                {
                    "name": "e0ipso",
                    "homepage": "https://www.drupal.org/user/550110"
                },
                {
                    "name": "richgerdes",
                    "homepage": "https://www.drupal.org/user/3437973"
                }
            ],
            "description": "OpenAPI support for the JSON:API module.",
            "homepage": "https://www.drupal.org/project/openapi_jsonapi",
            "support": {
                "source": "https://git.drupalcode.org/project/openapi_jsonapi"
            },
            "install-path": "../../docroot/modules/contrib/openapi_jsonapi"
        },
        {
            "name": "drupal/openapi_rest",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/openapi_rest.git",
                "reference": "8.x-2.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/openapi_rest-8.x-2.0.zip",
                "reference": "8.x-2.0",
                "shasum": "c635c216ce76bc9c1d8af26b29817464731e7035"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/openapi": "^2",
                "drupal/schemata": "^1",
                "drupal/schemata_json_schema": "*"
            },
            "require-dev": {
                "drupal/hal": "^1 || ^2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.0",
                    "datestamp": "1760549467",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "API-First Initiative",
                    "homepage": "https://www.drupal.org/user/3616626"
                },
                {
                    "name": "e0ipso",
                    "homepage": "https://www.drupal.org/user/550110"
                },
                {
                    "name": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                },
                {
                    "name": "richgerdes",
                    "homepage": "https://www.drupal.org/user/3437973"
                }
            ],
            "description": "OpenAPI support for the REST module.",
            "homepage": "https://www.drupal.org/project/openapi_rest",
            "support": {
                "source": "https://git.drupalcode.org/project/openapi_rest"
            },
            "install-path": "../../docroot/modules/contrib/openapi_rest"
        },
        {
            "name": "drupal/openapi_ui",
            "version": "1.0.0-rc5",
            "version_normalized": "1.0.0.0-RC5",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/openapi_ui.git",
                "reference": "8.x-1.0-rc5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/openapi_ui-8.x-1.0-rc5.zip",
                "reference": "8.x-1.0-rc5",
                "shasum": "b71e8bc824d7ed06d882e428fcda8787dbb196f8"
            },
            "require": {
                "drupal/core": "^10.1.3 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0-rc5",
                    "datestamp": "1720623201",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                },
                {
                    "name": "richgerdes",
                    "homepage": "https://www.drupal.org/user/3437973"
                }
            ],
            "description": "Provides plugin system for OpenAPI/Swagger Interface libraries.",
            "homepage": "http://drupal.org/project/openapi_ui",
            "support": {
                "source": "https://git.drupalcode.org/project/openapi_ui"
            },
            "install-path": "../../docroot/modules/contrib/openapi_ui"
        },
        {
            "name": "drupal/openapi_ui_redoc",
            "version": "1.0.0-rc5",
            "version_normalized": "1.0.0.0-RC5",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/openapi_ui_redoc.git",
                "reference": "8.x-1.0-rc5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/openapi_ui_redoc-8.x-1.0-rc5.zip",
                "reference": "8.x-1.0-rc5",
                "shasum": "9be5bfcb7aadbf51143652c67585b72c86cf0097"
            },
            "require": {
                "drupal/core": "^10 || ^11",
                "drupal/openapi_ui": "^1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0-rc5",
                    "datestamp": "1720705398",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                },
                {
                    "name": "richgerdes",
                    "homepage": "https://www.drupal.org/user/3437973"
                }
            ],
            "description": "Provides display of OpenAPI docs using the ReDoc library.",
            "homepage": "https://www.drupal.org/project/openapi_ui_redoc",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/openapi_ui_redoc"
            },
            "install-path": "../../docroot/modules/contrib/openapi_ui_redoc"
        },
        {
            "name": "drupal/openapi_ui_swagger",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/openapi_ui_swagger.git",
                "reference": "8.x-1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/openapi_ui_swagger-8.x-1.2.zip",
                "reference": "8.x-1.2",
                "shasum": "7db927f930ac427e71f1988ec8a495e46909c559"
            },
            "require": {
                "drupal/core": "^10 || ^11",
                "drupal/openapi_ui": "^1",
                "swagger-api/swagger-ui": "^3.0.17 || ^5.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.2",
                    "datestamp": "1765484683",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                },
                {
                    "name": "richgerdes",
                    "homepage": "https://www.drupal.org/user/3437973"
                }
            ],
            "description": "Creates OpenAPI specification for Drupal REST resources.",
            "homepage": "https://www.drupal.org/project/openapi_ui_swagger",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/openapi_ui_swagger",
                "issues": "http://drupal.org/project/issues/openapi_ui_swagger"
            },
            "install-path": "../../docroot/modules/contrib/openapi_ui_swagger"
        },
        {
            "name": "drupal/paragraphs",
            "version": "1.19.0",
            "version_normalized": "1.19.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/paragraphs.git",
                "reference": "8.x-1.19"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.19.zip",
                "reference": "8.x-1.19",
                "shasum": "831a81a11eac419e8410db45efef5b283c4d117c"
            },
            "require": {
                "drupal/core": "^10.2 || ^11",
                "drupal/entity_reference_revisions": "~1.3"
            },
            "require-dev": {
                "drupal/block_field": "1.x-dev",
                "drupal/diff": "1.x-dev",
                "drupal/entity_browser": "2.x-dev",
                "drupal/entity_usage": "2.x-dev",
                "drupal/feeds": "^3",
                "drupal/field_group": "3.x-dev",
                "drupal/inline_entity_form": "3.x-dev",
                "drupal/paragraphs-paragraphs_library": "*",
                "drupal/replicate": "1.x-dev",
                "drupal/search_api": "^1",
                "drupal/search_api_db": "*"
            },
            "suggest": {
                "drupal/entity_browser": "Recommended for an improved user experience when using the Paragraphs library module"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.19",
                    "datestamp": "1740907076",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Issue #3138609: Fixe Field group support broken": "https://www.drupal.org/files/issues/2020-06-03/3138609-24.patch",
                    "Issue #2924774: Let Editors add/delete/clone paragraphs When [Editing a translation]": "https://www.drupal.org/files/issues/2018-06-03/2924774-29.patch",
                    "Issue #3090200: Paragraph access check using incorrect revision of its parent, leading to issues editing and viewing paragraphs when content moderation is involved.": "https://www.drupal.org/files/issues/2023-01-31/3084934-13_combine_3090200-22-update_0.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "frans",
                    "homepage": "https://www.drupal.org/user/514222"
                },
                {
                    "name": "jeroen.b",
                    "homepage": "https://www.drupal.org/user/1853532"
                },
                {
                    "name": "jstoller",
                    "homepage": "https://www.drupal.org/user/99012"
                },
                {
                    "name": "miro_dietiker",
                    "homepage": "https://www.drupal.org/user/227761"
                },
                {
                    "name": "primsi",
                    "homepage": "https://www.drupal.org/user/282629"
                }
            ],
            "description": "Enables the creation of Paragraphs entities.",
            "homepage": "https://www.drupal.org/project/paragraphs",
            "support": {
                "source": "https://git.drupalcode.org/project/paragraphs"
            },
            "install-path": "../../docroot/modules/contrib/paragraphs"
        },
        {
            "name": "drupal/paragraphs_asymmetric_translation_widgets",
            "version": "1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/paragraphs_asymmetric_translation_widgets.git",
                "reference": "8.x-1.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/paragraphs_asymmetric_translation_widgets-8.x-1.4.zip",
                "reference": "8.x-1.4",
                "shasum": "3b09fb13d2bd0bb351cf98fdae1b27eab8032984"
            },
            "require": {
                "drupal/core": "^9.3 || ^10 || ^11",
                "drupal/paragraphs": "~1.15"
            },
            "require-dev": {
                "drupal/entity_browser": "2.x-dev",
                "drupal/entity_usage": "2.x-dev",
                "drupal/paragraphs": "*",
                "drupal/search_api": "~1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.4",
                    "datestamp": "1726511423",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "efpapado",
                    "homepage": "https://www.drupal.org/user/1009348"
                },
                {
                    "name": "esolitos",
                    "homepage": "https://www.drupal.org/user/1567500"
                },
                {
                    "name": "grayle",
                    "homepage": "https://www.drupal.org/user/3145497"
                },
                {
                    "name": "penyaskito",
                    "homepage": "https://www.drupal.org/user/959536"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                },
                {
                    "name": "weseze",
                    "homepage": "https://www.drupal.org/user/417521"
                }
            ],
            "description": "Extends the paragraphs field widgets to support asymmetric translations.",
            "homepage": "https://www.drupal.org/project/paragraphs_asymmetric_translation_widgets",
            "support": {
                "source": "https://git.drupalcode.org/project/paragraphs_asymmetric_translation_widgets"
            },
            "install-path": "../../docroot/modules/contrib/paragraphs_asymmetric_translation_widgets"
        },
        {
            "name": "drupal/paragraphs_edit",
            "version": "3.0.1",
            "version_normalized": "3.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/paragraphs_edit.git",
                "reference": "3.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/paragraphs_edit-3.0.1.zip",
                "reference": "3.0.1",
                "shasum": "d9c66cee07e93ca0c209651f569705f274bee0de"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11",
                "drupal/paragraphs": "*"
            },
            "require-dev": {
                "drupal/paragraphs": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.1",
                    "datestamp": "1733468697",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "astonvictor",
                    "homepage": "https://www.drupal.org/user/3466615"
                },
                {
                    "name": "bbrala",
                    "homepage": "https://www.drupal.org/user/3366066"
                },
                {
                    "name": "casey",
                    "homepage": "https://www.drupal.org/user/32403"
                },
                {
                    "name": "timohuisman",
                    "homepage": "https://www.drupal.org/user/3558376"
                }
            ],
            "description": "Allows users to edit/clone and delete paragraphs.",
            "homepage": "https://www.drupal.org/project/paragraphs_edit",
            "support": {
                "source": "https://git.drupalcode.org/project/paragraphs_edit"
            },
            "install-path": "../../docroot/modules/contrib/paragraphs_edit"
        },
        {
            "name": "drupal/paragraphs_features",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/paragraphs_features.git",
                "reference": "2.2.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/paragraphs_features-2.2.0.zip",
                "reference": "2.2.0",
                "shasum": "8a4872256ca008a9a0c86fdbe6e7dfa594d47779"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11",
                "drupal/paragraphs": "^1.13"
            },
            "require-dev": {
                "drupal/gin": "^3.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.0",
                    "datestamp": "1750763757",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Mladen Todorovic",
                    "homepage": "https://www.drupal.org/user/2103716",
                    "email": "mladen.todorovic@burda.com"
                },
                {
                    "name": "Daniel Bosen",
                    "homepage": "https://www.drupal.org/user/404865",
                    "email": "daniel.bosen@burda.com"
                },
                {
                    "name": "Christian Fritsch",
                    "homepage": "https://www.drupal.org/user/3511180",
                    "email": "christian.fritsch@burda.com"
                },
                {
                    "name": "Volker Killesreiter",
                    "homepage": "https://www.drupal.org/user/57527",
                    "email": "volker.killesreiter@burda.com"
                },
                {
                    "name": "Alex Pott",
                    "email": "alex.a.pott@gmail.com"
                }
            ],
            "description": "Paragraphs features for extending paragraphs widget functionality.",
            "homepage": "https://www.drupal.org/project/paragraphs_features",
            "support": {
                "source": "https://git.drupalcode.org/project/paragraphs_features"
            },
            "install-path": "../../docroot/modules/contrib/paragraphs_features"
        },
        {
            "name": "drupal/paragraphs_previewer",
            "version": "1.9.0",
            "version_normalized": "1.9.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/paragraphs_previewer.git",
                "reference": "8.x-1.9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/paragraphs_previewer-8.x-1.9.zip",
                "reference": "8.x-1.9",
                "shasum": "8268ad8b8f876c47a1d2d00a4546d503e7f6648b"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11",
                "drupal/paragraphs": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.9",
                    "datestamp": "1711467608",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Issue #2904917: Make paragraph previewer work with new UI/UX improvement patch": "https://www.drupal.org/files/issues/2019-02-20/2904917-8.patch",
                    "fix: #3538671 PHP 8.4 compatibility with implicit nullable parameters in ParagraphsPreviewController": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/paragraphs_previewer--2025-12-08--3538671--mr-5.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "recrit",
                    "homepage": "https://www.drupal.org/user/452914"
                }
            ],
            "description": "Provides a rendered preview of a paragraphs item while on an entity form.",
            "homepage": "https://www.drupal.org/project/paragraphs_previewer",
            "support": {
                "source": "https://git.drupalcode.org/project/paragraphs_previewer"
            },
            "install-path": "../../docroot/modules/contrib/paragraphs_previewer"
        },
        {
            "name": "drupal/password_policy",
            "version": "4.0.3",
            "version_normalized": "4.0.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/password_policy.git",
                "reference": "4.0.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/password_policy-4.0.3.zip",
                "reference": "4.0.3",
                "shasum": "f583ede0ebd749459538d02dd527028d57a4e1ac"
            },
            "require": {
                "drupal/core": "^9.1 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.3",
                    "datestamp": "1723552706",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "fix: #3516906 PHP 8.4 nullable types must be explicit": "https://git.drupalcode.org/project/password_policy/-/commit/999abf8501fd2878dc40b0b4db81315fed60cc03.diff"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "aohrvetpv",
                    "homepage": "https://www.drupal.org/user/2760115"
                },
                {
                    "name": "deekayen",
                    "homepage": "https://www.drupal.org/user/972"
                },
                {
                    "name": "kristen pol",
                    "homepage": "https://www.drupal.org/user/8389"
                },
                {
                    "name": "miglius",
                    "homepage": "https://www.drupal.org/user/18741"
                },
                {
                    "name": "nerdstein",
                    "homepage": "https://www.drupal.org/user/1557710"
                },
                {
                    "name": "paulocs",
                    "homepage": "https://www.drupal.org/user/3640109"
                },
                {
                    "name": "shrop",
                    "homepage": "https://www.drupal.org/user/14767"
                },
                {
                    "name": "vishalkhode",
                    "homepage": "https://www.drupal.org/user/2439156"
                }
            ],
            "description": "Sets up constraints and expiration of passwords.",
            "homepage": "https://www.drupal.org/project/password_policy",
            "support": {
                "source": "https://git.drupalcode.org/project/password_policy",
                "issues": "https://www.drupal.org/project/issues/password_policy"
            },
            "install-path": "../../docroot/modules/contrib/password_policy"
        },
        {
            "name": "drupal/pathauto",
            "version": "1.14.0",
            "version_normalized": "1.14.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/pathauto.git",
                "reference": "8.x-1.14"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.14.zip",
                "reference": "8.x-1.14",
                "shasum": "07f0d2efcf0bfb450e2ab69a43921fa39dc5f25b"
            },
            "require": {
                "drupal/core": "^10 || ^11",
                "drupal/ctools": "*",
                "drupal/token": "*"
            },
            "conflict": {
                "drush/drush": "<12.5.1"
            },
            "require-dev": {
                "drupal/forum": "*"
            },
            "suggest": {
                "drupal/redirect": "When installed Pathauto will provide a new \"Update Action\" in case your URLs change. This is the recommended update action and is considered the best practice for SEO and usability."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.14",
                    "datestamp": "1759838097",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "Freso",
                    "homepage": "https://www.drupal.org/user/27504"
                },
                {
                    "name": "greggles",
                    "homepage": "https://www.drupal.org/user/36762"
                }
            ],
            "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
            "homepage": "https://www.drupal.org/project/pathauto",
            "support": {
                "source": "https://cgit.drupalcode.org/pathauto",
                "issues": "https://www.drupal.org/project/issues/pathauto",
                "documentation": "https://www.drupal.org/docs/8/modules/pathauto"
            },
            "install-path": "../../docroot/modules/contrib/pathauto"
        },
        {
            "name": "drupal/pathologic",
            "version": "2.0.0-alpha3",
            "version_normalized": "2.0.0.0-alpha3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/pathologic.git",
                "reference": "2.0.0-alpha3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/pathologic-2.0.0-alpha3.zip",
                "reference": "2.0.0-alpha3",
                "shasum": "f59c465b7070c3e6d12a204a55ee1117b991ae93"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0-alpha3",
                    "datestamp": "1733441073",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "dww",
                    "homepage": "https://www.drupal.org/user/46549"
                },
                {
                    "name": "Garrett Albright",
                    "homepage": "https://www.drupal.org/user/191212"
                },
                {
                    "name": "mark_fullmer",
                    "homepage": "https://www.drupal.org/user/2612816"
                }
            ],
            "description": "Helps avoid broken links and incorrect paths in content.",
            "homepage": "https://www.drupal.org/project/pathologic",
            "support": {
                "source": "https://git.drupalcode.org/project/pathologic"
            },
            "install-path": "../../docroot/modules/contrib/pathologic"
        },
        {
            "name": "drupal/persistent_login",
            "version": "2.2.4",
            "version_normalized": "2.2.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/persistent_login.git",
                "reference": "2.2.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/persistent_login-2.2.4.zip",
                "reference": "2.2.4",
                "shasum": "7048ecf440938f0245f87bfb8c21f61292fce12d"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.4",
                    "datestamp": "1728082564",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Issue #2899530 by josebc: Provide a permission for users to see Persistent Logins tab in their profiles": "https://www.drupal.org/files/issues/persistent_login-user_task_permission-2899530-6.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "gapple",
                    "homepage": "https://www.drupal.org/user/490940"
                }
            ],
            "description": "Provides a \"Remember Me\" feature on the login form.",
            "homepage": "https://www.drupal.org/project/persistent_login",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/persistent_login",
                "issues": "https://www.drupal.org/project/issues/persistent_login"
            },
            "install-path": "../../docroot/modules/contrib/persistent_login"
        },
        {
            "name": "drupal/prevent_homepage_deletion",
            "version": "3.0.1",
            "version_normalized": "3.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/prevent_homepage_deletion.git",
                "reference": "3.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/prevent_homepage_deletion-3.0.1.zip",
                "reference": "3.0.1",
                "shasum": "c948e3dac50fc8c5a256beb91c848137d95da7d1"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11",
                "php": "^8.1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.1",
                    "datestamp": "1728577100",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Josha Hubbers",
                    "homepage": "https://www.drupal.org/user/180296",
                    "email": "josha@hubbers.info"
                }
            ],
            "description": "This module protects pages from deletion with a permission.",
            "homepage": "https://www.drupal.org/project/prevent_homepage_deletion",
            "support": {
                "source": "https://git.drupalcode.org/project/prevent_homepage_deletion",
                "issues": "https://drupal.org/project/issues/prevent_homepage_deletion"
            },
            "install-path": "../../docroot/modules/contrib/prevent_homepage_deletion"
        },
        {
            "name": "drupal/project_browser",
            "version": "2.1.3",
            "version_normalized": "2.1.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/project_browser.git",
                "reference": "2.1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/project_browser-2.1.3.zip",
                "reference": "2.1.3",
                "shasum": "8204cef83d6b16ef1ee378cac5bd7f5160934ab0"
            },
            "require": {
                "composer-runtime-api": "^2",
                "composer/semver": "^3.2",
                "drupal/core": "^11.2",
                "ext-simplexml": "*",
                "guzzlehttp/guzzle": "^6 || ^7",
                "php": ">=8.1",
                "symfony/finder": "^6.3 || ^7"
            },
            "conflict": {
                "drupal/automatic_updates": "<4",
                "drupal/gin": "<4.0.6"
            },
            "require-dev": {
                "colinodell/psr-testlogger": "^1.2",
                "drush/drush": "^12.5 || ^13",
                "mglaman/phpstan-drupal": "^1.3.7 || ^2.0.5"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.3",
                    "datestamp": "1766014895",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "scripts": {
                "cs": [
                    "phpcs -n --standard=PSR2 src --exclude=Generic.Files.LineLength"
                ],
                "cbf": [
                    "phpcbf -n --standard=PSR2 src --exclude=Generic.Files.LineLength"
                ],
                "unit": [
                    "phpunit"
                ],
                "lint": [
                    "find src -name '*.php' -print0 | xargs -0 -n1 php -l"
                ],
                "test": [
                    "@lint",
                    "@cs"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "chrisfromredfin",
                    "homepage": "https://www.drupal.org/user/74392"
                },
                {
                    "name": "fjgarlin",
                    "homepage": "https://www.drupal.org/user/2495842"
                },
                {
                    "name": "grasmash",
                    "homepage": "https://www.drupal.org/user/455714"
                },
                {
                    "name": "narendrar",
                    "homepage": "https://www.drupal.org/user/1730192"
                },
                {
                    "name": "tim.plunkett",
                    "homepage": "https://www.drupal.org/user/241634"
                }
            ],
            "description": "A project browser embedded in the Drupal UI.",
            "homepage": "https://www.drupal.org/project/project_browser",
            "support": {
                "source": "https://git.drupalcode.org/project/project_browser"
            },
            "install-path": "../../docroot/modules/contrib/project_browser"
        },
        {
            "name": "drupal/rabbit_hole",
            "version": "2.0.0-beta1",
            "version_normalized": "2.0.0.0-beta1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/rabbit_hole.git",
                "reference": "2.0.0-beta1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/rabbit_hole-2.0.0-beta1.zip",
                "reference": "2.0.0-beta1",
                "shasum": "8e81aa09ed02fc7562fbe29c70e86f55ba0ba7f2"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/commerce_product": "*",
                "drupal/file_entity": "*",
                "drupal/group": "*",
                "drupal/paragraphs-paragraphs_library": "*",
                "drupal/token": "*",
                "drupal/tour": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0-beta1",
                    "datestamp": "1736896334",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                },
                "patches_applied": {
                    "Issue #3419073: Fix Return value must be of type bool fatal error": "https://www.drupal.org/files/issues/2024-02-04/rabbit_hole--2024-02-04--3419073-3.patch",
                    "fix: #3516167 Multiple Implicit Nullable Parameters for PHP 8.4 Compatibility": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/rabbit_hole--2025-12-08--3516167--mr-87.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "aleksey.tk",
                    "homepage": "https://www.drupal.org/user/22093"
                },
                {
                    "name": "bohart",
                    "homepage": "https://www.drupal.org/user/289861"
                },
                {
                    "name": "dylan donkersgoed",
                    "homepage": "https://www.drupal.org/user/2803351"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "matroskeen",
                    "homepage": "https://www.drupal.org/user/3426249"
                },
                {
                    "name": "mparker17",
                    "homepage": "https://www.drupal.org/user/536298"
                },
                {
                    "name": "Odd Hill",
                    "homepage": "https://www.drupal.org/user/789934"
                },
                {
                    "name": "olofbokedal",
                    "homepage": "https://www.drupal.org/user/1198438"
                }
            ],
            "description": "Basic functionality that is shared among the different Rabbit Hole modules.",
            "homepage": "https://www.drupal.org/project/rabbit_hole",
            "support": {
                "source": "https://git.drupalcode.org/project/rabbit_hole"
            },
            "install-path": "../../docroot/modules/contrib/rabbit_hole"
        },
        {
            "name": "drupal/rat",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/rat.git",
                "reference": "28202b02262a39ac8dbbfd43696b67c0c8c46b71"
            },
            "dist": {
                "type": "zip",
                "url": "https://git.drupalcode.org/api/v4/projects/project%2Frat/repository/archive.zip?sha=28202b02262a39ac8dbbfd43696b67c0c8c46b71",
                "reference": "28202b02262a39ac8dbbfd43696b67c0c8c46b71",
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "drupal/core": "^9.4",
                "drupal/core-dev": "^9.4"
            },
            "time": "2023-07-19T22:22:22+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Drupal\\rat\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "gpl-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Merlin",
                    "email": "merlin@geeks4change.net"
                }
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/rat/-/tree/1.0.0"
            },
            "install-path": "../drupal/rat"
        },
        {
            "name": "drupal/recaptcha",
            "version": "3.4.0",
            "version_normalized": "3.4.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/recaptcha.git",
                "reference": "8.x-3.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/recaptcha-8.x-3.4.zip",
                "reference": "8.x-3.4",
                "shasum": "95fa7ac5dd064ea6a1c14fc4881778bf68200598"
            },
            "require": {
                "drupal/captcha": "^1.15 || ^2.0",
                "drupal/core": "^10 || ^11",
                "google/recaptcha": "^1.3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-3.4",
                    "datestamp": "1723563033",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "hass",
                    "homepage": "https://www.drupal.org/u/hass"
                },
                {
                    "name": "See other contributors",
                    "homepage": "https://www.drupal.org/node/147903/committers"
                },
                {
                    "name": "diolan",
                    "homepage": "https://www.drupal.org/user/2336786"
                },
                {
                    "name": "hass",
                    "homepage": "https://www.drupal.org/user/85918"
                },
                {
                    "name": "id.medion",
                    "homepage": "https://www.drupal.org/user/2542592"
                },
                {
                    "name": "kim.pepper",
                    "homepage": "https://www.drupal.org/user/370574"
                },
                {
                    "name": "larowlan",
                    "homepage": "https://www.drupal.org/user/395439"
                },
                {
                    "name": "liam morland",
                    "homepage": "https://www.drupal.org/user/493050"
                },
                {
                    "name": "robloach",
                    "homepage": "https://www.drupal.org/user/61114"
                },
                {
                    "name": "wundo",
                    "homepage": "https://www.drupal.org/user/25523"
                },
                {
                    "name": "yseki",
                    "homepage": "https://www.drupal.org/user/1523064"
                }
            ],
            "description": "Protect your website from spam and abuse while letting real people pass through with ease.",
            "homepage": "https://www.drupal.org/project/recaptcha",
            "support": {
                "source": "https://git.drupalcode.org/project/recaptcha.git",
                "issues": "https://www.drupal.org/project/issues/recaptcha"
            },
            "install-path": "../../docroot/modules/contrib/recaptcha"
        },
        {
            "name": "drupal/redirect",
            "version": "1.12.0",
            "version_normalized": "1.12.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/redirect.git",
                "reference": "8.x-1.12"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.12.zip",
                "reference": "8.x-1.12",
                "shasum": "1cdee11356a25b9f9a10329aec0eeb293e0023de"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.12",
                    "datestamp": "1756419163",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Issue #3057250: Validation issue on adding url redirect": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/redirect--2025-09-04--3057250--mr-133.patch",
                    "Issue #2879648: Redirects from aliased paths aren't triggered": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/redirect--2025-09-04--2879648--mr-109.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "kristen pol",
                    "homepage": "https://www.drupal.org/user/8389"
                },
                {
                    "name": "pifagor",
                    "homepage": "https://www.drupal.org/user/2375692"
                }
            ],
            "description": "Allows users to redirect from old URLs to new URLs.",
            "homepage": "https://www.drupal.org/project/redirect",
            "support": {
                "source": "https://git.drupalcode.org/project/redirect"
            },
            "install-path": "../../docroot/modules/contrib/redirect"
        },
        {
            "name": "drupal/reroute_email",
            "version": "2.3.0-rc2",
            "version_normalized": "2.3.0.0-RC2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/reroute_email.git",
                "reference": "2.3.0-rc2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/reroute_email-2.3.0-rc2.zip",
                "reference": "2.3.0-rc2",
                "shasum": "ba990ebfcc62395c818775519ac4080a6eb2f544"
            },
            "require": {
                "drupal/core": "^10.2 || ^11"
            },
            "require-dev": {
                "drupal/symfony_mailer": "^1.4"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.3.0-rc2",
                    "datestamp": "1730150435",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Khalid Baheyeldin",
                    "homepage": "https://www.drupal.org/u/kbahey"
                },
                {
                    "name": "Devaraj Johnson",
                    "homepage": "https://www.drupal.org/u/devaraj-johnson"
                },
                {
                    "name": "Randy Fay",
                    "homepage": "https://www.drupal.org/u/rfay"
                },
                {
                    "name": "Bohdan Artemchuk",
                    "homepage": "https://www.drupal.org/u/bohart"
                },
                {
                    "name": "Pravin Gaikwad",
                    "homepage": "https://www.drupal.org/u/rajeshreeputra"
                },
                {
                    "name": "rajeshreeputra",
                    "homepage": "https://www.drupal.org/user/3418561"
                },
                {
                    "name": "rfay",
                    "homepage": "https://www.drupal.org/user/30906"
                },
                {
                    "name": "wafaa",
                    "homepage": "https://www.drupal.org/user/50133"
                }
            ],
            "description": "Reroutes emails send from the site to a predefined email. Useful for test sites.",
            "homepage": "https://www.drupal.org/project/reroute_email",
            "support": {
                "source": "https://git.drupalcode.org/project/reroute_email"
            },
            "install-path": "../../docroot/modules/contrib/reroute_email"
        },
        {
            "name": "drupal/responsive_preview",
            "version": "2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/responsive_preview.git",
                "reference": "2.3.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/responsive_preview-2.3.0.zip",
                "reference": "2.3.0",
                "shasum": "cc8dd1533d3d443e72642e15271149079b653d5e"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.3.0",
                    "datestamp": "1760252783",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "chr.fritsch",
                    "homepage": "https://www.drupal.org/user/2103716"
                },
                {
                    "name": "eatings",
                    "homepage": "https://www.drupal.org/user/105524"
                },
                {
                    "name": "jessebeach",
                    "homepage": "https://www.drupal.org/user/748566"
                },
                {
                    "name": "rajeshreeputra",
                    "homepage": "https://www.drupal.org/user/3418561"
                },
                {
                    "name": "willzyx",
                    "homepage": "https://www.drupal.org/user/1043862"
                }
            ],
            "description": "Provides a component that previews a page in various device dimensions.",
            "homepage": "https://www.drupal.org/project/responsive_preview",
            "support": {
                "source": "https://git.drupalcode.org/project/responsive_preview"
            },
            "install-path": "../../docroot/modules/contrib/responsive_preview"
        },
        {
            "name": "drupal/restui",
            "version": "1.22.0",
            "version_normalized": "1.22.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/restui.git",
                "reference": "8.x-1.22"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/restui-8.x-1.22.zip",
                "reference": "8.x-1.22",
                "shasum": "7c9fb14c574f8a4090b77b1bcbc5be141409a383"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.22",
                    "datestamp": "1721134189",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "-enzo-",
                    "homepage": "https://www.drupal.org/user/294937"
                },
                {
                    "name": "clemens.tolboom",
                    "homepage": "https://www.drupal.org/user/125814"
                },
                {
                    "name": "juampynr",
                    "homepage": "https://www.drupal.org/user/682736"
                },
                {
                    "name": "kamkejj",
                    "homepage": "https://www.drupal.org/user/81043"
                },
                {
                    "name": "vipin.mittal18",
                    "homepage": "https://www.drupal.org/user/319716"
                }
            ],
            "description": "Provides a user interface to manage REST resources.",
            "homepage": "https://www.drupal.org/project/restui",
            "support": {
                "source": "https://git.drupalcode.org/project/restui"
            },
            "install-path": "../../docroot/modules/contrib/restui"
        },
        {
            "name": "drupal/revision_log_default",
            "version": "1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/revision_log_default.git",
                "reference": "8.x-1.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/revision_log_default-8.x-1.4.zip",
                "reference": "8.x-1.4",
                "shasum": "5092001cb5b608a77f38f6627cac5e335cb0271f"
            },
            "require": {
                "drupal/core": "^8.7 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.4",
                    "datestamp": "1732382829",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "adriancid",
                    "homepage": "https://www.drupal.org/user/1962106"
                },
                {
                    "name": "samuel.mortenson",
                    "homepage": "https://www.drupal.org/user/2582268"
                }
            ],
            "description": "Provides sensible defaults for revision logs, if none are given.",
            "homepage": "http://drupal.org/project/revision_log_default",
            "support": {
                "source": "https://git.drupalcode.org/project/revision_log_default"
            },
            "install-path": "../../docroot/modules/contrib/revision_log_default"
        },
        {
            "name": "drupal/roleassign",
            "version": "2.0.3",
            "version_normalized": "2.0.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/roleassign.git",
                "reference": "2.0.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/roleassign-2.0.3.zip",
                "reference": "2.0.3",
                "shasum": "99f50d92634abc60e1de89e6559334f5f05deacf"
            },
            "require": {
                "drupal/core": "^10.1 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.3",
                    "datestamp": "1736794235",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "joseph.olstad",
                    "homepage": "https://www.drupal.org/user/1321830"
                },
                {
                    "name": "nord102",
                    "homepage": "https://www.drupal.org/user/3471419"
                },
                {
                    "name": "salvis",
                    "homepage": "https://www.drupal.org/user/82964"
                },
                {
                    "name": "svendecabooter",
                    "homepage": "https://www.drupal.org/user/35369"
                }
            ],
            "description": "Allows site administrators to further delegate the task of managing user''s roles.",
            "homepage": "http://drupal.org/project/roleassign",
            "support": {
                "source": "https://git.drupalcode.org/project/roleassign",
                "issues": "https://www.drupal.org/project/issues/roleassign"
            },
            "install-path": "../../docroot/modules/contrib/roleassign"
        },
        {
            "name": "drupal/scheduler",
            "version": "2.2.2",
            "version_normalized": "2.2.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/scheduler.git",
                "reference": "2.2.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/scheduler-2.2.2.zip",
                "reference": "2.2.2",
                "shasum": "e763779860e98f5d3554abec6678554da540fdd3"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/commerce": "^2 || ^3",
                "drupal/devel_generate": ">=4",
                "drupal/rules": "^3 || ^4",
                "drupal/workbench_moderation": "*",
                "drupal/workbench_moderation_actions": "*",
                "drush/drush": ">=9"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.2",
                    "datestamp": "1760885783",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9 || ^10"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Eric Schaefer (Eric Schaefer)",
                    "homepage": "https://www.drupal.org/u/eric-schaefer",
                    "role": "Maintainer"
                },
                {
                    "name": "Jonathan Smith (jonathan1055)",
                    "homepage": "https://www.drupal.org/u/jonathan1055",
                    "role": "Maintainer"
                },
                {
                    "name": "Pieter Frenssen (pfrenssen)",
                    "homepage": "https://www.drupal.org/u/pfrenssen",
                    "role": "Maintainer"
                },
                {
                    "name": "Rick Manelius (rickmanelius)",
                    "homepage": "https://www.drupal.org/u/rickmanelius",
                    "role": "Maintainer"
                }
            ],
            "description": "Automatically publish and unpublish content at specified dates and times.",
            "homepage": "https://drupal.org/project/scheduler",
            "support": {
                "source": "https://git.drupalcode.org/project/scheduler",
                "issues": "https://www.drupal.org/project/issues/scheduler"
            },
            "install-path": "../../docroot/modules/contrib/scheduler"
        },
        {
            "name": "drupal/scheduler_content_moderation_integration",
            "version": "3.0.4",
            "version_normalized": "3.0.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/scheduler_content_moderation_integration.git",
                "reference": "3.0.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/scheduler_content_moderation_integration-3.0.4.zip",
                "reference": "3.0.4",
                "shasum": "07b57e1817c01902a5709cdcbd4578e65622ce53"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/scheduler": "^2.1"
            },
            "require-dev": {
                "drupal/commerce": "^3.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.4",
                    "datestamp": "1738679096",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Issue #3543642: Fix duplicates bundles for cleaner output": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/scheduler_content_moderation_integration--2025-08-30--3543642--mr-86.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "chr.fritsch",
                    "homepage": "https://www.drupal.org/user/2103716"
                },
                {
                    "name": "daniel.bosen",
                    "homepage": "https://www.drupal.org/user/404865"
                },
                {
                    "name": "jonathan1055",
                    "homepage": "https://www.drupal.org/user/92645"
                },
                {
                    "name": "smustgrave",
                    "homepage": "https://www.drupal.org/user/3252890"
                },
                {
                    "name": "volkerk",
                    "homepage": "https://www.drupal.org/user/57527"
                }
            ],
            "description": "Scheduler sub-module providing content moderation functionality for publishing/unpublishing",
            "homepage": "https://www.drupal.org/project/scheduler_content_moderation_integration",
            "support": {
                "source": "https://git.drupalcode.org/project/scheduler_content_moderation_integration",
                "error": "Invalid dependency: \"scheduler\", Could not parse version constraint ~: Invalid version string \"~\""
            },
            "install-path": "../../docroot/modules/contrib/scheduler_content_moderation_integration"
        },
        {
            "name": "drupal/schema_metatag",
            "version": "3.0.3",
            "version_normalized": "3.0.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/schema_metatag.git",
                "reference": "3.0.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/schema_metatag-3.0.3.zip",
                "reference": "3.0.3",
                "shasum": "54fadabe0b56cb3a5f48a48ff438e8ad5883423c"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11",
                "drupal/metatag": "^2.0",
                "php": ">=8.0"
            },
            "require-dev": {
                "drupal/coder": "^8.3",
                "drupal/metatag_views": "*",
                "drupal/schema_article": "*",
                "drupal/schema_organization": "*",
                "ergebnis/composer-normalize": "*",
                "mpyw/phpunit-patch-serializable-comparison": "*",
                "phpcompatibility/php-compatibility": "^9.3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.3",
                    "datestamp": "1721141808",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "composer-normalize": {
                    "indent-size": 2,
                    "indent-style": "space"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "DamienMcKenna",
                    "homepage": "https://www.drupal.org/user/108450"
                },
                {
                    "name": "KarenS",
                    "homepage": "https://www.drupal.org/user/45874"
                },
                {
                    "name": "wells",
                    "homepage": "https://www.drupal.org/user/2452278"
                }
            ],
            "description": "Metatag implementation of Schema.org structured data (JSON-LD)",
            "homepage": "https://www.drupal.org/project/schema_metatag",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/schema_metatag",
                "issues": "https://www.drupal.org/project/issues/schema_metatag"
            },
            "install-path": "../../docroot/modules/contrib/schema_metatag"
        },
        {
            "name": "drupal/schemadotorg",
            "version": "1.0.0-alpha36",
            "version_normalized": "1.0.0.0-alpha36",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/schemadotorg.git",
                "reference": "1.0.0-alpha36"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/schemadotorg-1.0.0-alpha36.zip",
                "reference": "1.0.0-alpha36",
                "shasum": "633396b42f8dfb941826f07bcb3428d15dbc1816"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drush/drush": "^12.0 || ^13.0"
            },
            "require-dev": {
                "drupal/address": "^2.0",
                "drupal/allowed_formats": "^3.0",
                "drupal/auto_entitylabel": "^3.0",
                "drupal/cer": "^5.0",
                "drupal/config_rewrite": "^1.0",
                "drupal/content_model_documentation": "^1.0",
                "drupal/custom_field": "^3.0",
                "drupal/devel": "^5.0",
                "drupal/embed": "^1.0",
                "drupal/entity_browser": "^2.0",
                "drupal/entity_reference_override": "^2.0",
                "drupal/entity_usage": "^2.0",
                "drupal/epp": "^1.0",
                "drupal/existing_values_autocomplete_widget": "^2.0",
                "drupal/field_group": "^4.0",
                "drupal/field_validation": "^3.0",
                "drupal/focal_point": "^2.0",
                "drupal/geolocation": "^3.0",
                "drupal/inline_entity_form": "^3.0",
                "drupal/jsonapi_extras": "^3.0",
                "drupal/layout_paragraphs": "^2.0",
                "drupal/markup": "^2.0",
                "drupal/media_library_media_modify": "^2.0",
                "drupal/mercury_editor": "^2.0 || ^3.0",
                "drupal/metatag": "^2.0",
                "drupal/office_hours": "^1.0",
                "drupal/paragraphs": "^1.0",
                "drupal/pathauto": "^1.0",
                "drupal/physical": "^1.4",
                "drupal/range": "^1.0",
                "drupal/scheduler": "^2.0",
                "drupal/schemadotorg_jsonapi": "*",
                "drupal/schemadotorg_jsonld": "*",
                "drupal/schemadotorg_layout_paragraphs": "*",
                "drupal/schemadotorg_media": "*",
                "drupal/schemadotorg_node": "*",
                "drupal/schemadotorg_paragraphs": "*",
                "drupal/simple_sitemap": "^4.0",
                "drupal/smart_date": "^4.1",
                "drupal/token": "^1.0",
                "drupal/type_tray": "^1.0",
                "league/commonmark": "^2.0"
            },
            "suggest": {
                "drupal/address": "Provides functionality for storing, validating and displaying international postal addresses.",
                "drupal/field_group": "Provides the ability to group your fields on both form and display.",
                "drupal/inline_entity_form": "Provides a widget for inline management (creation, modification, removal) of referenced entities.",
                "drupal/jsonapi_extras": "Builds on top of JSON:API to deliver extra functionality.",
                "drupal/paragraphs": "Enables the creation of paragraphs (i.e. component) entities.",
                "league/commonmark": "Improve display of Markdown-format text in the help system."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.0-alpha36",
                    "datestamp": "1758054119",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Jacob Rockowitz (jrockowitz)",
                    "homepage": "https://www.drupal.org/u/jrockowitz",
                    "role": "Maintainer"
                },
                {
                    "name": "jrockowitz",
                    "homepage": "https://www.drupal.org/user/371407"
                }
            ],
            "description": "Uses Schema.org types and properties as the content architecture foundation for Drupal website.",
            "homepage": "https://drupal.org/project/schemadotorg",
            "support": {
                "source": "https://git.drupalcode.org/project/schemadotorg",
                "issues": "https://drupal.org/project/issues/schemadotorg"
            },
            "install-path": "../../docroot/modules/contrib/schemadotorg"
        },
        {
            "name": "drupal/schemata",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/schemata.git",
                "reference": "8.x-1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/schemata-8.x-1.0.zip",
                "reference": "8.x-1.0",
                "shasum": "7fd1a15385ec57672c405633ae716fbf7cbde221"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11",
                "php": ">=8.1"
            },
            "require-dev": {
                "drupal/coder": "^8.2",
                "drupal/hal": "^1 || ^2",
                "jakub-onderka/php-parallel-lint": "^0.9.2",
                "justinrainbow/json-schema": "^5.2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0",
                    "datestamp": "1726164272",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "fix: #3523349 PHP 8.4: Implicitly nullable parameter declarations deprecated": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/schemata--2025-12-09--3523349--mr-17.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "scripts": {
                "phpcs": [
                    "phpcs --standard=tests/phpcs.xml"
                ],
                "phpcbf": [
                    "phpcbf --standard=tests/phpcs.xml"
                ],
                "lint": [
                    "parallel-lint -e php,module,install,profile,theme,inc --exclude vendor/ --blame ."
                ],
                "quality": [
                    "@lint",
                    "@phpcs"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Adam Ross",
                    "homepage": "https://www.drupal.org/user/550110",
                    "email": "grayside@gmail.com"
                },
                {
                    "name": "febbraro",
                    "homepage": "https://www.drupal.org/user/43670"
                },
                {
                    "name": "Grayside",
                    "homepage": "https://www.drupal.org/user/346868"
                },
                {
                    "name": "HalfChem",
                    "homepage": "https://www.drupal.org/user/1608382"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "jhedstrom",
                    "homepage": "https://www.drupal.org/user/208732"
                },
                {
                    "name": "mpotter",
                    "homepage": "https://www.drupal.org/user/616192"
                },
                {
                    "name": "richgerdes",
                    "homepage": "https://www.drupal.org/user/3437973"
                },
                {
                    "name": "tekante",
                    "homepage": "https://www.drupal.org/user/640024"
                }
            ],
            "description": "Facilitate generation of schema definitions of Drupal 8 data models.",
            "homepage": "https://drupal.org/project/schemata",
            "keywords": [
                "Drupal",
                "json",
                "schema"
            ],
            "support": {
                "source": "https://cgit.drupalcode.org/schemata",
                "issues": "https://drupal.org/project/issues/schemata"
            },
            "install-path": "../../docroot/modules/contrib/schemata"
        },
        {
            "name": "drupal/schemata_json_schema",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11",
                "drupal/schemata": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0",
                    "datestamp": "1726164272",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "e0ipso",
                    "homepage": "https://www.drupal.org/user/550110"
                },
                {
                    "name": "febbraro",
                    "homepage": "https://www.drupal.org/user/43670"
                },
                {
                    "name": "Grayside",
                    "homepage": "https://www.drupal.org/user/346868"
                },
                {
                    "name": "HalfChem",
                    "homepage": "https://www.drupal.org/user/1608382"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "jhedstrom",
                    "homepage": "https://www.drupal.org/user/208732"
                },
                {
                    "name": "mpotter",
                    "homepage": "https://www.drupal.org/user/616192"
                },
                {
                    "name": "richgerdes",
                    "homepage": "https://www.drupal.org/user/3437973"
                },
                {
                    "name": "tekante",
                    "homepage": "https://www.drupal.org/user/640024"
                }
            ],
            "description": "Provides a data models for entity types and bundles in JSON schema format.",
            "homepage": "https://www.drupal.org/project/schemata",
            "support": {
                "source": "https://git.drupalcode.org/project/schemata"
            },
            "install-path": null
        },
        {
            "name": "drupal/script_manager",
            "version": "2.0.0-rc2",
            "version_normalized": "2.0.0.0-RC2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/script_manager.git",
                "reference": "2.0.0-rc2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/script_manager-2.0.0-rc2.zip",
                "reference": "2.0.0-rc2",
                "shasum": "286ace4f5b6524a14136d9ed84c65bc390ac6b13"
            },
            "require": {
                "drupal/core": ">=10",
                "php": ">=8.1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0-rc2",
                    "datestamp": "1679957010",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "acbramley",
                    "homepage": "https://www.drupal.org/user/1036766"
                },
                {
                    "name": "dpi",
                    "homepage": "https://www.drupal.org/user/81431"
                },
                {
                    "name": "larowlan",
                    "homepage": "https://www.drupal.org/user/395439"
                },
                {
                    "name": "Sam152",
                    "homepage": "https://www.drupal.org/user/1485048"
                }
            ],
            "description": "Manage JavaScript snippets included in your website.",
            "homepage": "https://www.drupal.org/project/script_manager",
            "support": {
                "source": "https://git.drupalcode.org/project/script_manager"
            },
            "install-path": "../../docroot/modules/contrib/script_manager"
        },
        {
            "name": "drupal/sdc_devel",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/sdc_devel.git",
                "reference": "1.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/sdc_devel-1.0.1.zip",
                "reference": "1.0.1",
                "shasum": "3faec9bc22931a53dfda2768b4fa923a75143498"
            },
            "require": {
                "drupal/core": "^10.3.12 || ^11.0.11 || ^11.1.2",
                "twig/twig": "~3.19"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.1",
                    "datestamp": "1741451950",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "mogtofu33",
                    "homepage": "https://www.drupal.org/user/278510"
                },
                {
                    "name": "pdureau",
                    "homepage": "https://www.drupal.org/user/1903334"
                }
            ],
            "description": "Provides development aids to Single-Directory Components developers.",
            "homepage": "https://www.drupal.org/project/sdc_devel",
            "support": {
                "source": "https://git.drupalcode.org/project/sdc_devel"
            },
            "install-path": "../../docroot/modules/contrib/sdc_devel"
        },
        {
            "name": "drupal/search_api",
            "version": "1.40.0",
            "version_normalized": "1.40.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/search_api.git",
                "reference": "8.x-1.40"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.40.zip",
                "reference": "8.x-1.40",
                "shasum": "64ac71887786da63ced27a43e37342ea3b765a88"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "conflict": {
                "drupal/search_api_solr": "2.* || 3.0 || 3.1"
            },
            "require-dev": {
                "drupal/config_readonly": "1.x-dev",
                "drupal/language_fallback_fix": "1.x-dev",
                "drupal/search_api_autocomplete": "1.x-dev",
                "drupal/search_api_db": "*"
            },
            "suggest": {
                "drupal/facets": "Adds the ability to create faceted searches.",
                "drupal/search_api_autocomplete": "Allows adding autocomplete suggestions to search fields.",
                "drupal/search_api_solr": "Adds support for using Apache Solr as a backend."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.40",
                    "datestamp": "1762031191",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "branch-alias": {
                    "dev-8.x-1.x": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Thomas Seidl",
                    "homepage": "https://www.drupal.org/u/drunken-monkey"
                },
                {
                    "name": "Nick Veenhof",
                    "homepage": "https://www.drupal.org/u/nick_vh"
                },
                {
                    "name": "See other contributors",
                    "homepage": "https://www.drupal.org/node/790418/committers"
                }
            ],
            "description": "Provides a generic framework for modules offering search capabilities.",
            "homepage": "https://www.drupal.org/project/search_api",
            "support": {
                "source": "https://git.drupalcode.org/project/search_api",
                "issues": "https://www.drupal.org/project/issues/search_api",
                "irc": "irc://irc.freenode.org/drupal-search-api"
            },
            "install-path": "../../docroot/modules/contrib/search_api"
        },
        {
            "name": "drupal/seckit",
            "version": "2.0.3",
            "version_normalized": "2.0.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/seckit.git",
                "reference": "2.0.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/seckit-2.0.3.zip",
                "reference": "2.0.3",
                "shasum": "34d38f2daaf99781ef6b7e7fbe2eeabc73a7ca16"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.3",
                    "datestamp": "1726075930",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "badjava",
                    "homepage": "https://www.drupal.org/user/83372"
                },
                {
                    "name": "jweowu",
                    "homepage": "https://www.drupal.org/user/152788"
                },
                {
                    "name": "mcdruid",
                    "homepage": "https://www.drupal.org/user/255969"
                },
                {
                    "name": "p0deje",
                    "homepage": "https://www.drupal.org/user/529960"
                }
            ],
            "description": "SecKit provides Drupal with various security-hardening options.",
            "homepage": "https://www.drupal.org/project/seckit",
            "keywords": [
                "Drupal",
                "security"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/seckit",
                "issues": "http://drupal.org/project/issues/seckit"
            },
            "install-path": "../../docroot/modules/contrib/seckit"
        },
        {
            "name": "drupal/section_library",
            "version": "1.2.2",
            "version_normalized": "1.2.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/section_library.git",
                "reference": "1.2.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/section_library-1.2.2.zip",
                "reference": "1.2.2",
                "shasum": "d8b9e50ee21930b5423fb12cc7eacf1b063d1792"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.2.2",
                    "datestamp": "1736441209",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Mahmoud Zayed",
                    "homepage": "https://www.drupal.org/u/mahmoud-zayed",
                    "role": "Maintainer"
                },
                {
                    "name": "jastraat",
                    "homepage": "https://www.drupal.org/user/105111"
                },
                {
                    "name": "mahmoud-zayed",
                    "homepage": "https://www.drupal.org/user/2947001"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Create reusable templates for single or multiple sections at the layout builder.",
            "homepage": "https://www.drupal.org/project/section_library",
            "keywords": [
                "Drupal",
                "Layout Builder",
                "library",
                "section",
                "template"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/section_library",
                "issues": "https://www.drupal.org/project/issues/section_library"
            },
            "install-path": "../../docroot/modules/contrib/section_library"
        },
        {
            "name": "drupal/security_review",
            "version": "3.1.1",
            "version_normalized": "3.1.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/security_review.git",
                "reference": "3.1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/security_review-3.1.1.zip",
                "reference": "3.1.1",
                "shasum": "00144490e80dd6811bc40944b1796daa81d69f67"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "php": ">=8.1.0",
                "symfony/filesystem": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.1.1",
                    "datestamp": "1731950074",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Greg Knaddison (greggles)",
                    "homepage": "https://www.drupal.org/u/greggles",
                    "role": "Maintainer"
                },
                {
                    "name": "Ben Jeavons (coltrane)",
                    "homepage": "https://www.drupal.org/u/coltrane",
                    "role": "Maintainer"
                },
                {
                    "name": "David Snopek (dsnopek)",
                    "homepage": "https://www.drupal.org/u/dsnopek",
                    "role": "Maintainer"
                },
                {
                    "name": "Viktor Bán (banviktor)",
                    "homepage": "https://www.drupal.org/u/banviktor",
                    "role": "Maintainer"
                },
                {
                    "name": "Stephen Mustgrave (smustgrave)",
                    "homepage": "https://www.drupal.org/u/smustgrave",
                    "role": "Maintainer"
                }
            ],
            "description": "The Security Review module automates testing for many of the easy-to-make mistakes that render your site insecure..",
            "homepage": "https://www.drupal.org/project/security_review",
            "support": {
                "source": "https://git.drupalcode.org/project/security_review",
                "issues": "https://www.drupal.org/project/issues/security_review"
            },
            "install-path": "../../docroot/modules/contrib/security_review"
        },
        {
            "name": "drupal/shield",
            "version": "1.8.0",
            "version_normalized": "1.8.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/shield.git",
                "reference": "8.x-1.8"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/shield-8.x-1.8.zip",
                "reference": "8.x-1.8",
                "shasum": "709b5580790a3b5bd8dda26f722cdb5a9c3911c5"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/key": "^1.16"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.8",
                    "datestamp": "1719947682",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "branch-alias": {
                    "dev-8.x-1.x": "1.x-dev"
                },
                "patches_applied": {
                    "fix: #3562392 PHP 8.4 - Implicit nullable parameters for Shield": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/shield--2025-12-10--3562392--mr-30.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "badjava",
                    "homepage": "https://www.drupal.org/user/83372"
                },
                {
                    "name": "chx",
                    "homepage": "https://www.drupal.org/user/9446"
                },
                {
                    "name": "geek-merlin",
                    "homepage": "https://www.drupal.org/user/229048"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "kalman.hosszu",
                    "homepage": "https://www.drupal.org/user/267481"
                },
                {
                    "name": "pkiraly",
                    "homepage": "https://www.drupal.org/user/352587"
                },
                {
                    "name": "vbouchet",
                    "homepage": "https://www.drupal.org/user/1671428"
                }
            ],
            "description": "Creates a general shield for the site.",
            "homepage": "https://www.drupal.org/project/shield",
            "support": {
                "source": "https://git.drupalcode.org/project/shield"
            },
            "install-path": "../../docroot/modules/contrib/shield"
        },
        {
            "name": "drupal/simple_oauth",
            "version": "6.1.0",
            "version_normalized": "6.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/simple_oauth.git",
                "reference": "6.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/simple_oauth-6.1.0.zip",
                "reference": "6.1.0",
                "shasum": "3c345e42cf41a17b2922b0b69129ac2697cf566a"
            },
            "require": {
                "drupal/consumers": "^1.17",
                "drupal/core": "^10.3 || ^11",
                "league/oauth2-server": "^9.0",
                "php": ">=8.1",
                "steverhoades/oauth2-openid-connect-server": "^3.0"
            },
            "require-dev": {
                "drupal/simple_oauth_static_scope": "*",
                "phpspec/prophecy-phpunit": "^2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "6.1.0",
                    "datestamp": "1765191669",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Mateu Aguiló Bosch",
                    "homepage": "https://www.drupal.org/user/2801849",
                    "email": "mateu.aguilo.bosch@gmail.com"
                },
                {
                    "name": "bradjones1",
                    "homepage": "https://www.drupal.org/user/405824"
                },
                {
                    "name": "e0ipso",
                    "homepage": "https://www.drupal.org/user/550110"
                },
                {
                    "name": "kingdutch",
                    "homepage": "https://www.drupal.org/user/1868952"
                },
                {
                    "name": "pcambra",
                    "homepage": "https://www.drupal.org/user/122101"
                }
            ],
            "description": "The Simple OAuth module for Drupal",
            "homepage": "https://www.drupal.org/project/simple_oauth",
            "support": {
                "source": "https://git.drupalcode.org/project/simple_oauth"
            },
            "install-path": "../../docroot/modules/contrib/simple_oauth"
        },
        {
            "name": "drupal/simple_sitemap",
            "version": "4.2.3",
            "version_normalized": "4.2.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/simple_sitemap.git",
                "reference": "4.2.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/simple_sitemap-4.2.3.zip",
                "reference": "4.2.3",
                "shasum": "08e87178a35fe2a89202d2423f3de1656e1e814a"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "ext-xmlwriter": "*"
            },
            "conflict": {
                "drush/drush": "<12.5.1"
            },
            "require-dev": {
                "drupal/paragraphs": "^1.18"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.2.3",
                    "datestamp": "1764147268",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Pawel Ginalski (gbyte)",
                    "homepage": "https://www.drupal.org/u/gbyte",
                    "email": "contact@gbyte.dev",
                    "role": "Maintainer"
                },
                {
                    "name": "walkingdexter",
                    "homepage": "https://www.drupal.org/user/3251330"
                }
            ],
            "description": "Creates a standard conform hreflang XML sitemap of the site content and provides a framework for developing other sitemap types.",
            "homepage": "https://drupal.org/project/simple_sitemap",
            "support": {
                "source": "https://cgit.drupalcode.org/simple_sitemap",
                "issues": "https://drupal.org/project/issues/simple_sitemap"
            },
            "install-path": "../../docroot/modules/contrib/simple_sitemap"
        },
        {
            "name": "drupal/sitewide_alert",
            "version": "3.0.1",
            "version_normalized": "3.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/sitewide_alert.git",
                "reference": "3.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/sitewide_alert-3.0.1.zip",
                "reference": "3.0.1",
                "shasum": "258e8dcbd40346e25c77af5c9e6b55ad9ef6414a"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "require-dev": {
                "drupal/domain": "^2.0@beta",
                "drupal/domain_entity": "*",
                "drush/drush": "^12 || ^13"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.1",
                    "datestamp": "1752106651",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Chris Snyder",
                    "homepage": "https://www.drupal.org/user/1988434",
                    "email": "chris@chrissnyder.org",
                    "role": "Maintainer"
                },
                {
                    "name": "smustgrave",
                    "homepage": "https://www.drupal.org/user/3252890"
                }
            ],
            "description": "Provides ability to display an alert message at the top of all pages.",
            "homepage": "https://www.drupal.org/project/sitewide_alert",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://cgit.drupalcode.org/sitewide_alert",
                "issues": "https://www.drupal.org/project/issues/sitewide_alert"
            },
            "install-path": "../../docroot/modules/contrib/sitewide_alert"
        },
        {
            "name": "drupal/slick",
            "version": "3.0.6",
            "version_normalized": "3.0.6.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/slick.git",
                "reference": "3.0.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/slick-3.0.6.zip",
                "reference": "3.0.6",
                "shasum": "011d7d8b6166f37a4f9dfcac9cbe8ce2b41830fe"
            },
            "require": {
                "drupal/blazy": "^3.0",
                "drupal/core": ">=9.4"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.6",
                    "datestamp": "1760846719",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Contributors",
                    "homepage": "https://www.drupal.org/node/2232779/committers",
                    "role": "Contributors"
                },
                {
                    "name": "shadcn",
                    "homepage": "https://www.drupal.org/user/571032"
                },
                {
                    "name": "thalles",
                    "homepage": "https://www.drupal.org/user/3589086"
                }
            ],
            "description": "Slick carousel, the last carousel you'll ever need.",
            "homepage": "https://drupal.org/project/slick",
            "keywords": [
                "Drupal",
                "carousel",
                "slideshow"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/slick",
                "issues": "https://drupal.org/project/issues/slick"
            },
            "install-path": "../../docroot/modules/contrib/slick"
        },
        {
            "name": "drupal/slick_views",
            "version": "3.0.3",
            "version_normalized": "3.0.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/slick_views.git",
                "reference": "3.0.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/slick_views-3.0.3.zip",
                "reference": "3.0.3",
                "shasum": "d90e6a079261300b0e1bf249508632f0a85d3281"
            },
            "require": {
                "drupal/core": ">=9.4",
                "drupal/slick": "^3.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.3",
                    "datestamp": "1729253841",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "gausarts",
                    "homepage": "https://www.drupal.org/user/159062"
                }
            ],
            "description": "Provides Slick carousel integration with Views. Slick carousel, the last carousel you'll ever need.",
            "homepage": "https://drupal.org/project/slick_views",
            "keywords": [
                "Drupal",
                "carousel",
                "slideshow",
                "views"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/slick_views",
                "issues": "https://drupal.org/project/issues/slick_views"
            },
            "install-path": "../../docroot/modules/contrib/slick_views"
        },
        {
            "name": "drupal/smart_trim",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/smart_trim.git",
                "reference": "2.2.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/smart_trim-2.2.0.zip",
                "reference": "2.2.0",
                "shasum": "564737cf0895e1b8a38af575ab7ca23f55335d9a"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11",
                "drupal/token": "^1.0",
                "php": ">=8.1"
            },
            "require-dev": {
                "drupal/token_filter": "^2.1 || ^2.2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.0",
                    "datestamp": "1723847275",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Mark Casias (markie)",
                    "homepage": "https://www.drupal.org/u/markie",
                    "role": "Maintainer"
                },
                {
                    "name": "AmyJune Hineline (volkswagenchick)",
                    "homepage": "https://www.drupal.org/u/volkswagenchick",
                    "role": "Maintainer"
                },
                {
                    "name": "Michael Anello (ultimike)",
                    "homepage": "https://www.drupal.org/u/ultimike",
                    "role": "Maintainer"
                }
            ],
            "description": "Provides a more robust alternative to 'summary or trimmed' textfield format.",
            "homepage": "https://drupal.org/project/smart_trim",
            "support": {
                "source": "https://git.drupalcode.org/project/smart_trim",
                "issues": "https://drupal.org/project/issues/smart_trim"
            },
            "install-path": "../../docroot/modules/contrib/smart_trim"
        },
        {
            "name": "drupal/social_api",
            "version": "4.1.0-beta1",
            "version_normalized": "4.1.0.0-beta1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/social_api.git",
                "reference": "4.1.0-beta1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/social_api-4.1.0-beta1.zip",
                "reference": "4.1.0-beta1",
                "shasum": "5efd4bccd5b48fefab859f01d371a77bbba7f4fc"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11",
                "ext-openssl": "*",
                "league/oauth2-client": "^2.0"
            },
            "require-dev": {
                "drupal/coder": "^8.3",
                "phpcompatibility/php-compatibility": "^9.3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.1.0-beta1",
                    "datestamp": "1731628262",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Getulio Sánchez (gvso)",
                    "homepage": "https://www.drupal.org/u/gvso",
                    "role": "Maintainer"
                },
                {
                    "name": "Himansh Dixit (himanshu-dixit)",
                    "homepage": "https://www.drupal.org/user/3510098",
                    "email": "hudixt@gmail.com"
                },
                {
                    "name": "Chrsitopher C. Wells (wells)",
                    "homepage": "https://www.drupal.org/user/550110",
                    "email": "drupal.org@chris-wells.net"
                },
                {
                    "name": "gvso",
                    "homepage": "https://www.drupal.org/user/3101285"
                },
                {
                    "name": "himanshu-dixit",
                    "homepage": "https://www.drupal.org/user/3513954"
                },
                {
                    "name": "wells",
                    "homepage": "https://www.drupal.org/user/2452278"
                }
            ],
            "description": "Harmonizes social networking services in Drupal",
            "homepage": "https://www.drupal.org/project/social_api",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/social_api",
                "issues": "https://www.drupal.org/project/issues/social_api"
            },
            "install-path": "../../docroot/modules/contrib/social_api"
        },
        {
            "name": "drupal/social_auth",
            "version": "4.2.0-beta2",
            "version_normalized": "4.2.0.0-beta2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/social_auth.git",
                "reference": "4.2.0-beta2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/social_auth-4.2.0-beta2.zip",
                "reference": "4.2.0-beta2",
                "shasum": "c7679bdcd6aee882f6ccb01e6248d1d86065ee23"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11",
                "drupal/social_api": "^4.1",
                "php": ">=8.1"
            },
            "require-dev": {
                "drupal/coder": "^8.3",
                "phpcompatibility/php-compatibility": "^9.3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.2.0-beta2",
                    "datestamp": "1731701496",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Getulio Valentin Sánchez (gvso)",
                    "homepage": "https://www.drupal.org/user/3510098",
                    "email": "valentin2507@gmail.com"
                },
                {
                    "name": "Himansh Dixit (himanshu-dixit)",
                    "homepage": "https://www.drupal.org/user/550110",
                    "email": "hudixt@gmail.com"
                },
                {
                    "name": "Chrsitopher C. Wells (wells)",
                    "homepage": "https://www.drupal.org/user/3101285",
                    "email": "drupal.org@chris-wells.net"
                },
                {
                    "name": "himanshu-dixit",
                    "homepage": "https://www.drupal.org/user/3513954"
                },
                {
                    "name": "wells",
                    "homepage": "https://www.drupal.org/user/2452278"
                }
            ],
            "description": "Social Auth ",
            "homepage": "https://www.drupal.org/project/social_auth",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/social_auth",
                "issues": "https://www.drupal.org/project/issues/social_auth"
            },
            "install-path": "../../docroot/modules/contrib/social_auth"
        },
        {
            "name": "drupal/social_auth_facebook",
            "version": "4.0.4",
            "version_normalized": "4.0.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/social_auth_facebook.git",
                "reference": "4.0.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/social_auth_facebook-4.0.4.zip",
                "reference": "4.0.4",
                "shasum": "703eec84539d3c9cca8115e3e36f4b44d010ee38"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11",
                "drupal/social_auth": "^4.1",
                "league/oauth2-facebook": "^2.0",
                "php": ">=8.1"
            },
            "require-dev": {
                "drupal/coder": "^8.3",
                "phpcompatibility/php-compatibility": "^9.3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.4",
                    "datestamp": "1725713176",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Issue #3507470: Fix fatal error for validateConfig() method signature mismatch": "https://www.drupal.org/files/issues/2025-02-18/social_auth_facebook--2025-02-18--3507470--mr-8.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Getulio Valentin Sánchez (gvso)",
                    "homepage": "https://www.drupal.org/user/3510098",
                    "email": "valentin2507@gmail.com"
                },
                {
                    "name": "Utkarsh Dixit (denutkarsh)",
                    "homepage": "https://www.drupal.org/user/3101285",
                    "email": "downloadplaza97@gmail.com"
                },
                {
                    "name": "Himanshu Dixit (himanshu-dixit)",
                    "homepage": "https://www.drupal.org/user/3513954",
                    "email": "hudixt@gmail.com"
                },
                {
                    "name": "Christopher C. Wells (wells)",
                    "homepage": "https://www.drupal.org/user/3509455",
                    "email": "drupal.org@chris-wells.net"
                },
                {
                    "name": "wells",
                    "homepage": "https://www.drupal.org/user/2452278"
                }
            ],
            "description": "Social Auth integration for Facebook.",
            "homepage": "https://www.drupal.org/project/social_auth_facebook",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/social_auth_facebook",
                "issues": "https://www.drupal.org/project/issues/social_auth_facebook"
            },
            "install-path": "../../docroot/modules/contrib/social_auth_facebook"
        },
        {
            "name": "drupal/social_auth_google",
            "version": "4.0.3",
            "version_normalized": "4.0.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/social_auth_google.git",
                "reference": "4.0.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/social_auth_google-4.0.3.zip",
                "reference": "4.0.3",
                "shasum": "83df4179f3dd86e6e7168864ed108c240d010c4c"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11",
                "drupal/social_auth": "^4.1",
                "league/oauth2-google": "^4.0",
                "php": ">=8.1"
            },
            "require-dev": {
                "drupal/coder": "^8.3",
                "phpcompatibility/php-compatibility": "^9.3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.3",
                    "datestamp": "1725460103",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Getulio Valentin Sánchez (gvso)",
                    "homepage": "https://www.drupal.org/user/3101285",
                    "email": "valentin2507@gmail.com"
                },
                {
                    "name": "Himanshu Dixit (himanshu-dixit)",
                    "homepage": "https://www.drupal.org/user/3513954",
                    "email": "hudixt@gmail.com"
                },
                {
                    "name": "Christopher C. Wells (wells)",
                    "homepage": "https://www.drupal.org/user/2452278",
                    "email": "drupal.org@chris-wells.net"
                }
            ],
            "description": "Social Auth integration for Google.",
            "homepage": "https://www.drupal.org/project/social_auth_google",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/social_auth_google",
                "issues": "https://www.drupal.org/project/issues/social_auth_google"
            },
            "install-path": "../../docroot/modules/contrib/social_auth_google"
        },
        {
            "name": "drupal/social_auth_linkedin",
            "version": "4.0.1",
            "version_normalized": "4.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/social_auth_linkedin.git",
                "reference": "4.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/social_auth_linkedin-4.0.1.zip",
                "reference": "4.0.1",
                "shasum": "f594b48d11b35dda921a15a0f55934527911190e"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11",
                "drupal/social_auth": "^4.1",
                "league/oauth2-linkedin": "^5.0"
            },
            "require-dev": {
                "drupal/coder": "^8.3",
                "phpcompatibility/php-compatibility": "^9.3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.1",
                    "datestamp": "1725474050",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Issue #3507495: Remove leftover reference to social_auth_linkedin.settings_form to fix Route Provider Error": "https://www.drupal.org/files/issues/2025-02-18/social_auth_linkedin--2025-02-18--3507495--mr-10.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Getulio Valentin Sánchez (gvso)",
                    "homepage": "https://www.drupal.org/user/2759063",
                    "email": "valentin2507@gmail.com"
                },
                {
                    "name": "Himanshu Dixit (himanshu-dixit)",
                    "homepage": "https://www.drupal.org/user/3101285",
                    "email": "hudixt@gmail.com"
                },
                {
                    "name": "Christopher C. Wells (wells)",
                    "homepage": "https://www.drupal.org/user/3513954",
                    "email": "drupal.org@chris-wells.net"
                },
                {
                    "name": "wells",
                    "homepage": "https://www.drupal.org/user/2452278"
                }
            ],
            "description": "Social Auth integration for LinkedIn.",
            "homepage": "https://www.drupal.org/project/social_auth_linkedin",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/social_auth_linkedin",
                "issues": "https://www.drupal.org/project/issues/social_auth_linkedin"
            },
            "install-path": "../../docroot/modules/contrib/social_auth_linkedin"
        },
        {
            "name": "drupal/sophron",
            "version": "2.2.1",
            "version_normalized": "2.2.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/sophron.git",
                "reference": "2.2.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/sophron-2.2.1.zip",
                "reference": "2.2.1",
                "shasum": "ac116da7e6eee93594443204a17f0bcb902d7dd2"
            },
            "require": {
                "drupal/core": "^10.2 || ^11",
                "fileeye/mimemap": "^2.2.1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.1",
                    "datestamp": "1744800237",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Drupal\\sophron\\": "src/"
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "mondrake",
                    "homepage": "https://www.drupal.org/user/1307444"
                }
            ],
            "description": "Provides an extensive MIME types management API",
            "homepage": "https://www.drupal.org/project/sophron",
            "support": {
                "source": "https://git.drupalcode.org/project/sophron"
            },
            "install-path": "../../docroot/modules/contrib/sophron"
        },
        {
            "name": "drupal/stage_file_proxy",
            "version": "3.1.6",
            "version_normalized": "3.1.6.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/stage_file_proxy.git",
                "reference": "3.1.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/stage_file_proxy-3.1.6.zip",
                "reference": "3.1.6",
                "shasum": "06b7196c0c367dc079ab937e1f6b85fc28c2bcc2"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "php": ">=8.1"
            },
            "conflict": {
                "drush/drush": "<12"
            },
            "require-dev": {
                "drupal/coder": "^8.3",
                "drush/drush": ">=12"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.1.6",
                    "datestamp": "1757610587",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "scripts": {
                "phpcs": [
                    "vendor/bin/phpcs -p ."
                ],
                "phpcbf": [
                    "vendor/bin/phpcbf -p ."
                ],
                "test": [
                    "@phpcs"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "BarisW",
                    "homepage": "https://www.drupal.org/user/107229"
                },
                {
                    "name": "geek-merlin",
                    "homepage": "https://www.drupal.org/user/229048"
                },
                {
                    "name": "greggles",
                    "homepage": "https://www.drupal.org/user/36762"
                },
                {
                    "name": "markdorison",
                    "homepage": "https://www.drupal.org/user/346106"
                },
                {
                    "name": "moshe weitzman",
                    "homepage": "https://www.drupal.org/user/23"
                },
                {
                    "name": "msonnabaum",
                    "homepage": "https://www.drupal.org/user/75278"
                },
                {
                    "name": "netaustin",
                    "homepage": "https://www.drupal.org/user/199298"
                },
                {
                    "name": "robwilmshurst",
                    "homepage": "https://www.drupal.org/user/144488"
                },
                {
                    "name": "smustgrave",
                    "homepage": "https://www.drupal.org/user/3252890"
                }
            ],
            "description": "Provides stage_file_proxy module.",
            "homepage": "https://www.drupal.org/project/stage_file_proxy",
            "support": {
                "source": "https://git.drupalcode.org/project/stage_file_proxy"
            },
            "install-path": "../../docroot/modules/contrib/stage_file_proxy"
        },
        {
            "name": "drupal/statistics",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/statistics.git",
                "reference": "1.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/statistics-1.0.0.zip",
                "reference": "1.0.0",
                "shasum": "a916aaac43d1ea56aa6edebb92764acbf1da9224"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "php": ">=8.1.6"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.0",
                    "datestamp": "1715094456",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "fix: #3562419 PHP 8.4 - Implicit nullable parameters for Statistics": "https://git.drupalcode.org/project/statistics/-/commit/9ac77292cb1badd98c4808ef2cfef62caab410f8.diff"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "fgm",
                    "homepage": "https://www.drupal.org/user/27985"
                },
                {
                    "name": "vanessakovalsky",
                    "homepage": "https://www.drupal.org/user/1664936"
                }
            ],
            "description": "Logs how many times content is viewed.",
            "homepage": "https://drupal.org/project/statistics",
            "support": {
                "source": "https://git.drupalcode.org/project/statistics",
                "docs": "https://www.drupal.org/docs/8/core/modules/statistics/statistics-module-overview",
                "issues": "https://www.drupal.org/project/issues/statistics"
            },
            "install-path": "../../docroot/modules/contrib/statistics"
        },
        {
            "name": "drupal/storybook",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/storybook.git",
                "reference": "1.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/storybook-1.0.2.zip",
                "reference": "1.0.2",
                "shasum": "e9f48f920b9dd9711d04826f470073e28ef93d62"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11",
                "e0ipso/twig-storybook": "^1.5",
                "ext-dom": "*",
                "symfony/css-selector": "^4 || ^6 || ^7",
                "symfony/dom-crawler": "^4 || ^6 || ^7"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.2",
                    "datestamp": "1731516576",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "fix: #3513496 Fix PHP 8.4 deprecations": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/storybook--2025-12-09--3513496--mr-23.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Mateu Aguiló Bosch (e0ipso)",
                    "homepage": "https://www.drupal.org/u/e0ipso",
                    "role": "Maintainer"
                },
                {
                    "name": "lullabot",
                    "homepage": "https://www.drupal.org/user/3815489"
                }
            ],
            "description": "Storybook integration for Drupal",
            "homepage": "https://www.drupal.org/project/storybook",
            "support": {
                "source": "https://git.drupalcode.org/project/storybook"
            },
            "install-path": "../../docroot/modules/contrib/storybook"
        },
        {
            "name": "drupal/symfony_mailer",
            "version": "1.6.2",
            "version_normalized": "1.6.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/symfony_mailer.git",
                "reference": "1.6.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/symfony_mailer-1.6.2.zip",
                "reference": "1.6.2",
                "shasum": "78e829eb05e35c868b0e74b1d8f89cf8e4acbd50"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/mailer_transport": "*",
                "html2text/html2text": "^4.0.1",
                "symfony/mailer": "^6.0 || ^7.0",
                "tijsverkoyen/css-to-inline-styles": "^2.2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.6.2",
                    "datestamp": "1751013031",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^11"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "adamps",
                    "homepage": "https://www.drupal.org/user/2650563"
                }
            ],
            "description": "Symfony Mailer",
            "homepage": "https://www.drupal.org/project/symfony_mailer",
            "support": {
                "source": "https://git.drupalcode.org/project/symfony_mailer"
            },
            "install-path": "../../docroot/modules/contrib/symfony_mailer"
        },
        {
            "name": "drupal/tagify",
            "version": "1.2.45",
            "version_normalized": "1.2.45.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/tagify.git",
                "reference": "1.2.45"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/tagify-1.2.45.zip",
                "reference": "1.2.45",
                "shasum": "8f7545160fa2ae66c80cd2af8ade397c33da11dd"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/better_exposed_filters": "^7.0",
                "drupal/facets": "^2.0",
                "drupal/iconify_icons": "*",
                "drupal/search_api": "^1.31",
                "drupal/ui_icons": "*",
                "drupal/ui_icons_field": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.2.45",
                    "datestamp": "1765821444",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "David Galeano",
                    "homepage": "https://www.drupal.org/u/gxleano"
                }
            ],
            "description": "Integration with the Tagify JavaScript library.",
            "homepage": "https://drupal.org/project/tagify",
            "support": {
                "source": "https://git.drupalcode.org/project/tagify",
                "issues": "https://www.drupal.org/project/issues/tagify"
            },
            "install-path": "../../docroot/modules/contrib/tagify"
        },
        {
            "name": "drupal/tamper",
            "version": "1.0.0-beta2",
            "version_normalized": "1.0.0.0-beta2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/tamper.git",
                "reference": "8.x-1.0-beta2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/tamper-8.x-1.0-beta2.zip",
                "reference": "8.x-1.0-beta2",
                "shasum": "bcd42c323465d4a3c91a76726b486a7f33b35f77"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0-beta2",
                    "datestamp": "1763649430",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "ericgsmith",
                    "homepage": "https://www.drupal.org/user/1649952"
                },
                {
                    "name": "jamesdixon",
                    "homepage": "https://www.drupal.org/user/762570"
                },
                {
                    "name": "megachriz",
                    "homepage": "https://www.drupal.org/user/654114"
                },
                {
                    "name": "twistor",
                    "homepage": "https://www.drupal.org/user/473738"
                }
            ],
            "description": "Generic plugin to modify data.",
            "homepage": "https://www.drupal.org/project/tamper",
            "keywords": [
                "Drupal",
                "tamper"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/tamper",
                "issues": "http://drupal.org/project/issues/tamper"
            },
            "install-path": "../../docroot/modules/contrib/tamper"
        },
        {
            "name": "drupal/taxonomy_access_fix",
            "version": "4.0.2",
            "version_normalized": "4.0.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/taxonomy_access_fix.git",
                "reference": "4.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/taxonomy_access_fix-4.0.2.zip",
                "reference": "4.0.2",
                "shasum": "537a6c956e780722ddb42e247746df9efeb3780c"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.2",
                    "datestamp": "1736506230",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "feyp",
                    "homepage": "https://www.drupal.org/user/998680"
                },
                {
                    "name": "pifagor",
                    "homepage": "https://www.drupal.org/user/2375692"
                },
                {
                    "name": "rudiedirkx",
                    "homepage": "https://www.drupal.org/user/890274"
                },
                {
                    "name": "voleger",
                    "homepage": "https://www.drupal.org/user/3260314"
                }
            ],
            "description": "Extends access handling of Drupal Core's Taxonomy module.",
            "homepage": "https://www.drupal.org/project/taxonomy_access_fix",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/taxonomy_access_fix",
                "issues": "https://www.drupal.org/project/issues/taxonomy_access_fix"
            },
            "install-path": "../../docroot/modules/contrib/taxonomy_access_fix"
        },
        {
            "name": "drupal/taxonomy_manager",
            "version": "2.0.22",
            "version_normalized": "2.0.22.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/taxonomy_manager.git",
                "reference": "2.0.22"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/taxonomy_manager-2.0.22.zip",
                "reference": "2.0.22",
                "shasum": "45b69b6ab71d7072092505d315e2b9b7a9ed168e"
            },
            "require": {
                "drupal/core": "^10.3 || ^11.0",
                "drupal/jquery_ui": "^1.7"
            },
            "require-dev": {
                "drupal/term_merge": "^2.0",
                "drupal/term_reference_change": "^2.0"
            },
            "suggest": {
                "fancytree/fancytree": "The fancytree library is required to use the drupal/taxonomy_manager module."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.22",
                    "datestamp": "1751032949",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "alesbencina",
                    "homepage": "https://www.drupal.org/user/3558110"
                },
                {
                    "name": "andriy khomych",
                    "homepage": "https://www.drupal.org/user/3287133"
                },
                {
                    "name": "aurelianzaha",
                    "homepage": "https://www.drupal.org/user/3575026"
                },
                {
                    "name": "dragan_bp",
                    "homepage": "https://www.drupal.org/user/3578037"
                },
                {
                    "name": "JacobSanford",
                    "homepage": "https://www.drupal.org/user/806538"
                },
                {
                    "name": "joaogarin",
                    "homepage": "https://www.drupal.org/user/612814"
                },
                {
                    "name": "kalinchernev",
                    "homepage": "https://www.drupal.org/user/231185"
                },
                {
                    "name": "klausi",
                    "homepage": "https://www.drupal.org/user/262198"
                },
                {
                    "name": "mh86",
                    "homepage": "https://www.drupal.org/user/59747"
                },
                {
                    "name": "vladimiraus",
                    "homepage": "https://www.drupal.org/user/673120"
                }
            ],
            "description": "Tool for administrating taxonomy terms",
            "homepage": "https://www.drupal.org/project/taxonomy_manager",
            "support": {
                "source": "https://drupal.org/project/taxonomy_manager",
                "issues": "https://drupal.org/project/issues/taxonomy_manager"
            },
            "install-path": "../../docroot/modules/contrib/taxonomy_manager"
        },
        {
            "name": "drupal/taxonomy_menu",
            "version": "3.7.0",
            "version_normalized": "3.7.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/taxonomy_menu.git",
                "reference": "8.x-3.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/taxonomy_menu-8.x-3.7.zip",
                "reference": "8.x-3.7",
                "shasum": "a9729f78e84b8b90dc7d23937c6f134ea56e7e5f"
            },
            "require": {
                "drupal/core": "^9.1 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-3.7",
                    "datestamp": "1738865891",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "andrey.troeglazov",
                    "homepage": "https://www.drupal.org/user/3145389"
                },
                {
                    "name": "ashrafabed",
                    "homepage": "https://www.drupal.org/user/1875528"
                },
                {
                    "name": "bmack",
                    "homepage": "https://www.drupal.org/user/3594520"
                },
                {
                    "name": "damienmckenna",
                    "homepage": "https://www.drupal.org/user/108450"
                },
                {
                    "name": "dstol",
                    "homepage": "https://www.drupal.org/user/329570"
                },
                {
                    "name": "nerdstein",
                    "homepage": "https://www.drupal.org/user/1557710"
                },
                {
                    "name": "nickdickinsonwilde",
                    "homepage": "https://www.drupal.org/user/3094661"
                },
                {
                    "name": "rwanth",
                    "homepage": "https://www.drupal.org/user/3564319"
                }
            ],
            "description": "Creates menu items based on associations to taxonomy vocabularies",
            "homepage": "http://drupal.org/project/taxonomy_menu",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/taxonomy_menu",
                "issues": "http://drupal.org/project/taxonomy_menu"
            },
            "install-path": "../../docroot/modules/contrib/taxonomy_menu"
        },
        {
            "name": "drupal/token",
            "version": "1.16.0",
            "version_normalized": "1.16.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/token.git",
                "reference": "8.x-1.16"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/token-8.x-1.16.zip",
                "reference": "8.x-1.16",
                "shasum": "f7ae77316ef8135068d995c09507da7517b20572"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/book": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.16",
                    "datestamp": "1757151197",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": ">=9"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "eaton",
                    "homepage": "https://www.drupal.org/user/16496"
                },
                {
                    "name": "fago",
                    "homepage": "https://www.drupal.org/user/16747"
                },
                {
                    "name": "greggles",
                    "homepage": "https://www.drupal.org/user/36762"
                },
                {
                    "name": "mikeryan",
                    "homepage": "https://www.drupal.org/user/4420"
                }
            ],
            "description": "Provides a user interface for the Token API, some missing core tokens.",
            "homepage": "https://www.drupal.org/project/token",
            "support": {
                "source": "https://git.drupalcode.org/project/token"
            },
            "install-path": "../../docroot/modules/contrib/token"
        },
        {
            "name": "drupal/token_filter",
            "version": "2.2.1",
            "version_normalized": "2.2.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/token_filter.git",
                "reference": "2.2.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/token_filter-2.2.1.zip",
                "reference": "2.2.1",
                "shasum": "1950ce8c0235418175e11c0d9ed15afbe1421dd7"
            },
            "require": {
                "drupal/core": "^10 || ^11",
                "drupal/token": "^1",
                "php": ">=8.1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.1",
                    "datestamp": "1719183798",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "ademarco",
                    "homepage": "https://www.drupal.org/user/186696"
                },
                {
                    "name": "asciikewl",
                    "homepage": "https://www.drupal.org/user/147292"
                },
                {
                    "name": "darvanen",
                    "homepage": "https://www.drupal.org/user/1068770"
                },
                {
                    "name": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "deciphered",
                    "homepage": "https://www.drupal.org/user/103796"
                },
                {
                    "name": "pescetti",
                    "homepage": "https://www.drupal.org/user/436244"
                },
                {
                    "name": "pvhee",
                    "homepage": "https://www.drupal.org/user/108811"
                }
            ],
            "description": "This is a very simple module to make global token values available as an input filter.",
            "homepage": "https://www.drupal.org/project/token_filter",
            "support": {
                "source": "https://git.drupalcode.org/project/token_filter"
            },
            "install-path": "../../docroot/modules/contrib/token_filter"
        },
        {
            "name": "drupal/tour",
            "version": "2.0.15",
            "version_normalized": "2.0.15.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/tour.git",
                "reference": "2.0.15"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/tour-2.0.15.zip",
                "reference": "2.0.15",
                "shasum": "e1a6cc5e4a39ebc862def408e3b53a4ebda87090"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "require-dev": {
                "drupal/dashboard": "*",
                "php-forge/foxy": "^0.1"
            },
            "suggest": {
                "drupal/tour_core": "*",
                "drupal/tour_core_language": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.15",
                    "datestamp": "1763742003",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Stephen Mustgrave (smustgrave)",
                    "homepage": "https://www.drupal.org/u/smustgrave",
                    "role": "Maintainer"
                },
                {
                    "name": "smustgrave",
                    "homepage": "https://www.drupal.org/user/3252890"
                }
            ],
            "description": "The Tour module provides guided tours of the site interface via tooltips.",
            "homepage": "https://drupal.org/project/tour",
            "support": {
                "source": "https://git.drupalcode.org/project/tour",
                "issues": "https://drupal.org/project/issues/tour"
            },
            "install-path": "../../docroot/modules/contrib/tour"
        },
        {
            "name": "drupal/trash",
            "version": "3.0.22",
            "version_normalized": "3.0.22.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/trash.git",
                "reference": "3.0.22"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/trash-3.0.22.zip",
                "reference": "3.0.22",
                "shasum": "7b5556ddca21f2aef2348d77473202fb6cecefec"
            },
            "require": {
                "drupal/core": "^10.3 | ^11"
            },
            "conflict": {
                "drush/drush": "<12.5.1"
            },
            "require-dev": {
                "drupal/redirect": "*",
                "drupal/wse": "*"
            },
            "suggest": {
                "drush/drush": "^12 || ^13"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.22",
                    "datestamp": "1762506912",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Issue #3491947: Add support for taxonomy terms": "https://raw.githubusercontent.com/Vardot/varbase-patches/refs/heads/patches/trash--2025-10-02--3491947--mr-71.patch",
                    "Issue #3561877 : RedirectTrashHandler should check if deleted field exists before accessing it to support Drupal ~11.3.0": "https://raw.githubusercontent.com/Vardot/varbase-patches/refs/heads/patches/trash--2025-12-07--3561877--mr-89.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "amateescu",
                    "homepage": "https://www.drupal.org/user/729614"
                }
            ],
            "description": "This module adds a trash bin for all content entities.",
            "homepage": "https://www.drupal.org/project/trash",
            "support": {
                "source": "https://git.drupalcode.org/project/trash"
            },
            "install-path": "../../docroot/modules/contrib/trash"
        },
        {
            "name": "drupal/type_tray",
            "version": "1.3.2",
            "version_normalized": "1.3.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/type_tray.git",
                "reference": "1.3.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/type_tray-1.3.2.zip",
                "reference": "1.3.2",
                "shasum": "b887764d446c4bad4d9a746c6a7a11112258936c"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.3.2",
                    "datestamp": "1747987649",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "deviantintegral",
                    "homepage": "https://www.drupal.org/user/71291"
                },
                {
                    "name": "e0ipso",
                    "homepage": "https://www.drupal.org/user/550110"
                },
                {
                    "name": "lullabot",
                    "homepage": "https://www.drupal.org/user/3815489"
                },
                {
                    "name": "marcoscano",
                    "homepage": "https://www.drupal.org/user/1288796"
                }
            ],
            "description": "Improve usability of the 'Node Add' page with more help text, functional grouping and iconography.",
            "homepage": "https://www.drupal.org/project/type_tray",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/type_tray",
                "issues": "http://drupal.org/project/issues/type_tray"
            },
            "install-path": "../../docroot/modules/contrib/type_tray"
        },
        {
            "name": "drupal/ui_icons",
            "version": "1.1.0-beta6",
            "version_normalized": "1.1.0.0-beta6",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ui_icons.git",
                "reference": "1.1.0-beta6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ui_icons-1.1.0-beta6.zip",
                "reference": "1.1.0-beta6",
                "shasum": "59ba3122f33d8beb7b64bf19c9b8c6c8a7526dc9"
            },
            "require": {
                "drupal/core": "^11.1"
            },
            "require-dev": {
                "drupal/link_attributes": "^2.0",
                "drupal/linkit": "^7.0",
                "drupal/linkit_attributes": "*",
                "drupal/ui_icons_field": "*",
                "drupal/ui_icons_field-ui_icons_field": "*",
                "drupal/ui_icons_field_linkit": "*",
                "drupal/ui_icons_picker": "*",
                "drupal/ui_icons_text": "*",
                "drupal/ui_patterns": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.1.0-beta6",
                    "datestamp": "1750427882",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "mogtofu33",
                    "homepage": "https://www.drupal.org/user/278510"
                },
                {
                    "name": "pdureau",
                    "homepage": "https://www.drupal.org/user/1903334"
                }
            ],
            "description": "The UI Icons module is a generic icon manager for Drupal.",
            "homepage": "https://www.drupal.org/project/ui_icons",
            "support": {
                "source": "https://git.drupalcode.org/project/ui_icons"
            },
            "install-path": "../../docroot/modules/contrib/ui_icons"
        },
        {
            "name": "drupal/ui_patterns",
            "version": "2.0.13",
            "version_normalized": "2.0.13.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ui_patterns.git",
                "reference": "2.0.13"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ui_patterns-2.0.13.zip",
                "reference": "2.0.13",
                "shasum": "6562a37727e6117e978c3254be38f85a32e8b2f0"
            },
            "require": {
                "drupal/core": "^10.3.4 || ^11",
                "justinrainbow/json-schema": "^5.2 || ^6.3"
            },
            "require-dev": {
                "drupal/ui_patterns_library": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.13",
                    "datestamp": "1763032756",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Issue #3496209: Add token replacement support to AttributesWidget using new centralized token and normalizer services from SourcePluginBase": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/ui_patterns--2025-11-24--3496209--mr-378.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "ademarco",
                    "homepage": "https://www.drupal.org/user/186696"
                },
                {
                    "name": "bircher",
                    "homepage": "https://www.drupal.org/user/1344166"
                },
                {
                    "name": "christian.wiedemann",
                    "homepage": "https://www.drupal.org/user/861002"
                },
                {
                    "name": "duaelfr",
                    "homepage": "https://www.drupal.org/user/931394"
                },
                {
                    "name": "g4mbini",
                    "homepage": "https://www.drupal.org/user/2533498"
                },
                {
                    "name": "grimreaper",
                    "homepage": "https://www.drupal.org/user/2388214"
                },
                {
                    "name": "just_like_good_vibes",
                    "homepage": "https://www.drupal.org/user/792018"
                },
                {
                    "name": "pdureau",
                    "homepage": "https://www.drupal.org/user/1903334"
                },
                {
                    "name": "pescetti",
                    "homepage": "https://www.drupal.org/user/436244"
                }
            ],
            "description": "Define and expose self-contained UI components and use them seamlessly in development and site-building.",
            "homepage": "https://www.drupal.org/project/ui_patterns",
            "support": {
                "source": "https://git.drupalcode.org/project/ui_patterns"
            },
            "install-path": "../../docroot/modules/contrib/ui_patterns"
        },
        {
            "name": "drupal/ui_patterns_ds-ui_patterns_ds",
            "version": "1.0.0-alpha1",
            "version_normalized": "1.0.0.0-alpha1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ui_patterns_ds.git",
                "reference": "1.0.0-alpha1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ui_patterns_ds-1.0.0-alpha1.zip",
                "reference": "1.0.0-alpha1",
                "shasum": "44c53298a3250209baa2730cc8565934801c0118"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "require-dev": {
                "drupal/ds_extras": "*",
                "drupal/ui_patterns": "*",
                "drupal/ui_patterns_layouts": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.0-alpha1",
                    "datestamp": "1741432259",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                },
                "patches_applied": {
                    "Issue #3504614 Render field value in component using DS field source": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/ui_patterns_ds-ui_patterns_ds--2025-11-24--3504614--mr-3.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "just_like_good_vibes",
                    "homepage": "https://www.drupal.org/user/792018"
                },
                {
                    "name": "pdureau",
                    "homepage": "https://www.drupal.org/user/1903334"
                },
                {
                    "name": "sharique",
                    "homepage": "https://www.drupal.org/user/73545"
                }
            ],
            "homepage": "https://www.drupal.org/project/ui_patterns_ds",
            "support": {
                "source": "https://git.drupalcode.org/project/ui_patterns_ds"
            },
            "install-path": "../../docroot/modules/contrib/ui_patterns_ds-ui_patterns_ds"
        },
        {
            "name": "drupal/ui_patterns_field_group-ui_patterns_field_group",
            "version": "2.0.0-beta1",
            "version_normalized": "2.0.0.0-beta1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ui_patterns_field_group.git",
                "reference": "2.0.0-beta1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ui_patterns_field_group-2.0.0-beta1.zip",
                "reference": "2.0.0-beta1",
                "shasum": "771f1ba8bc6508e0d3b5150ec7a7ec8b27c8c89c"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11",
                "drupal/ui_patterns": "^2"
            },
            "require-dev": {
                "drupal/field_group": "*",
                "drupal/ui_patterns": "^2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0-beta1",
                    "datestamp": "1750172560",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "duaelfr",
                    "homepage": "https://www.drupal.org/user/931394"
                },
                {
                    "name": "g4mbini",
                    "homepage": "https://www.drupal.org/user/2533498"
                },
                {
                    "name": "pdureau",
                    "homepage": "https://www.drupal.org/user/1903334"
                }
            ],
            "description": "Use components as field groups formatters.",
            "homepage": "https://www.drupal.org/project/ui_patterns_field_group",
            "support": {
                "source": "https://git.drupalcode.org/project/ui_patterns_field_group"
            },
            "install-path": "../../docroot/modules/contrib/ui_patterns_field_group-ui_patterns_field_group"
        },
        {
            "name": "drupal/ultimate_cron",
            "version": "2.0.0-beta1",
            "version_normalized": "2.0.0.0-beta1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ultimate_cron.git",
                "reference": "8.x-2.0-beta1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ultimate_cron-8.x-2.0-beta1.zip",
                "reference": "8.x-2.0-beta1",
                "shasum": "f3408d1a2734f2a13b341f8aeb131eb5cbef3e90"
            },
            "require": {
                "drupal/core": "^9.3 || ^10.1 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.0-beta1",
                    "datestamp": "1732830342",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^10 || ^11 || ^12 || ^13"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "arnested",
                    "homepage": "https://www.drupal.org/user/245635"
                },
                {
                    "name": "berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "gielfeldt",
                    "homepage": "https://www.drupal.org/user/366993"
                },
                {
                    "name": "miro_dietiker",
                    "homepage": "https://www.drupal.org/user/227761"
                },
                {
                    "name": "primsi",
                    "homepage": "https://www.drupal.org/user/282629"
                }
            ],
            "description": "Ultimate cron",
            "homepage": "https://www.drupal.org/project/ultimate_cron",
            "support": {
                "source": "https://git.drupalcode.org/project/ultimate_cron"
            },
            "install-path": "../../docroot/modules/contrib/ultimate_cron"
        },
        {
            "name": "drupal/username_enumeration_prevention",
            "version": "1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/username_enumeration_prevention.git",
                "reference": "8.x-1.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/username_enumeration_prevention-8.x-1.4.zip",
                "reference": "8.x-1.4",
                "shasum": "29fab36a86de64694b3074d42ac948547459aea6"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.4",
                    "datestamp": "1725566327",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "nicksanta",
                    "homepage": "https://www.drupal.org/user/87915"
                }
            ],
            "description": "Prevents username enumeration on password reset and user pages.",
            "homepage": "https://www.drupal.org/project/username_enumeration_prevention",
            "support": {
                "source": "https://git.drupalcode.org/project/username_enumeration_prevention"
            },
            "install-path": "../../docroot/modules/contrib/username_enumeration_prevention"
        },
        {
            "name": "drupal/userprotect",
            "version": "1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/userprotect.git",
                "reference": "8.x-1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/userprotect-8.x-1.3.zip",
                "reference": "8.x-1.3",
                "shasum": "93a34941254e687e8ca0c0a131336867e426cbf5"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/role_delegation": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.3",
                    "datestamp": "1720107439",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Issue #3510800: (PHP 8.4) Fixed implicitly marking parameter $items as nullable is deprecated in userprotect_entity_field_access()": "https://git.drupalcode.org/project/userprotect/-/commit/6b30212091b1cf0a3a2079cf77299feb92ab8955.diff"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "karschsp",
                    "homepage": "https://www.drupal.org/user/138216"
                },
                {
                    "name": "megachriz",
                    "homepage": "https://www.drupal.org/user/654114"
                }
            ],
            "description": "Allows admins to protect users from being edited or cancelled, on a per-user basis.",
            "homepage": "https://www.drupal.org/project/userprotect",
            "keywords": [
                "Drupal",
                "User Management"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/userprotect",
                "issues": "https://www.drupal.org/project/issues/userprotect"
            },
            "install-path": "../../docroot/modules/contrib/userprotect"
        },
        {
            "name": "drupal/varbase_accordion_block",
            "version": "10.2.0",
            "version_normalized": "10.2.0.0",
            "require": {
                "drupal/core": "~11.3.0",
                "drupal/paragraphs": "*",
                "drupal/varbase_layout_builder": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "10.2.0",
                    "datestamp": "1766400769",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "josebc",
                    "homepage": "https://www.drupal.org/user/1376836"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "An accordion block, organizes content into expandable sections, each with a header for summarization and a body for detailed information.",
            "homepage": "https://www.drupal.org/project/varbase_layout_builder",
            "support": {
                "source": "https://git.drupalcode.org/project/varbase_layout_builder"
            },
            "install-path": null
        },
        {
            "name": "drupal/varbase_ai",
            "version": "2.0.7",
            "version_normalized": "2.0.7.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/varbase_ai.git",
                "reference": "2.0.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/varbase_ai-2.0.7.zip",
                "reference": "2.0.7",
                "shasum": "d21de2df80fbbd2432a8f835350e7a5cda52562f"
            },
            "require": {
                "drupal/ai": "~1.2.0",
                "drupal/ai_integration_eca": "~1",
                "drupal/core": "~10.6.0 || ~11.3.0",
                "drupal/eca": "~2 || ~3",
                "drupal/varbase_ai_agents": "~1.0.0",
                "drupal/varbase_ai_default": "~1.0.0",
                "drupal/varbase_ai_editor_assistant": "~1.0.0",
                "drupal/varbase_ai_image_alt": "~1.0.0",
                "drupal/varbase_ai_taxonomy_tagging": "~1.0.0",
                "vardot/varbase-patches": "~9 || ~10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.7",
                    "datestamp": "1766393517",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Provides a collection of recipes for AI tools, empowering editorial teams with a wide range of advanced Artificial Intelligence (AI) capabilities. Enables seamless management of custom AI integrations for Varbase and supports updatable AI workflows.",
            "homepage": "https://www.drupal.org/project/varbase_ai",
            "support": {
                "source": "http://cgit.drupalcode.org/varbase_ai",
                "issues": "https://www.drupal.org/project/issues/varbase_ai"
            },
            "install-path": "../../docroot/modules/contrib/varbase_ai"
        },
        {
            "name": "drupal/varbase_ai_agents",
            "version": "1.0.4",
            "version_normalized": "1.0.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/varbase_ai_agents.git",
                "reference": "270d215cb18b11b73b508c9b6d7260e4c3a47cf4"
            },
            "dist": {
                "type": "zip",
                "url": "https://git.drupalcode.org/api/v4/projects/project%2Fvarbase_ai_agents/repository/archive.zip?sha=270d215cb18b11b73b508c9b6d7260e4c3a47cf4",
                "reference": "270d215cb18b11b73b508c9b6d7260e4c3a47cf4",
                "shasum": ""
            },
            "require": {
                "drupal/ai": "~1.2.0",
                "drupal/ai_agents": "~1.2.0",
                "drupal/core": "~10 || ~11",
                "league/commonmark": "*"
            },
            "time": "2025-11-17T22:05:30+00:00",
            "type": "drupal-recipe",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                }
            ],
            "description": "Provides an AI-powered chatbot for streamlined administration and allows managing multiple agents with distinct functionalities.",
            "keywords": [
                "AI Agents",
                "Varbase recipes",
                "ai chatbot",
                "drupal recipe",
                "drupal recipes",
                "recipe",
                "setup AI",
                "varbase recipe"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/varbase_ai_agents/-/tree/1.0.4"
            },
            "install-path": "../../docroot/recipes/contrib/varbase_ai_agents"
        },
        {
            "name": "drupal/varbase_ai_default",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/varbase_ai_default.git",
                "reference": "7744e2661a8c90f741c6c399dd012f9c9e1b5998"
            },
            "dist": {
                "type": "zip",
                "url": "https://git.drupalcode.org/api/v4/projects/project%2Fvarbase_ai_default/repository/archive.zip?sha=7744e2661a8c90f741c6c399dd012f9c9e1b5998",
                "reference": "7744e2661a8c90f741c6c399dd012f9c9e1b5998",
                "shasum": ""
            },
            "require": {
                "drupal/ai": "~1",
                "drupal/ai_image_alt_text": "~1",
                "drupal/ai_provider_openai": "~1",
                "drupal/core": "~10 || ~11",
                "vardot/varbase-patches": "*"
            },
            "time": "2025-01-27T10:44:08+00:00",
            "type": "drupal-recipe",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                }
            ],
            "description": "A recipe to configure default AI modules, settings, and permissions in Varbase, enabling OpenAI integrations for alt-text generation, CKEditor enhancements, and various AI-powered features.",
            "keywords": [
                "AI-powered",
                "Drupal AI",
                "Varbase recipes",
                "ai",
                "drupal recipe",
                "drupal recipes",
                "recipe",
                "setup AI",
                "varbase recipe"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/varbase_ai_default/-/tree/1.0.0"
            },
            "install-path": "../../docroot/recipes/contrib/varbase_ai_default"
        },
        {
            "name": "drupal/varbase_ai_editor_assistant",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/varbase_ai_editor_assistant.git",
                "reference": "a0d8df7480c85b133e39e248c431ab3fc80f258d"
            },
            "dist": {
                "type": "zip",
                "url": "https://git.drupalcode.org/api/v4/projects/project%2Fvarbase_ai_editor_assistant/repository/archive.zip?sha=a0d8df7480c85b133e39e248c431ab3fc80f258d",
                "reference": "a0d8df7480c85b133e39e248c431ab3fc80f258d",
                "shasum": ""
            },
            "require": {
                "drupal/ai": "~1",
                "drupal/core": "~10 || ~11",
                "vardot/varbase-patches": "*"
            },
            "time": "2025-01-26T20:17:02+00:00",
            "type": "drupal-recipe",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                }
            ],
            "description": "A recipe to add AI-powered features and an assistant button to a CKEditor 5 text editor",
            "keywords": [
                "AI Editor",
                "Text format",
                "Varbase recipes",
                "ai assistant",
                "ckeditor 5",
                "drupal recipe",
                "drupal recipes",
                "recipe",
                "rich editor",
                "varbase recipe"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/varbase_ai_editor_assistant/-/tree/1.0.0"
            },
            "install-path": "../../docroot/recipes/contrib/varbase_ai_editor_assistant"
        },
        {
            "name": "drupal/varbase_ai_image_alt",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/varbase_ai_image_alt.git",
                "reference": "a5858e3cedeb5268414e67702c1ae801425bb69b"
            },
            "dist": {
                "type": "zip",
                "url": "https://git.drupalcode.org/api/v4/projects/project%2Fvarbase_ai_image_alt/repository/archive.zip?sha=a5858e3cedeb5268414e67702c1ae801425bb69b",
                "reference": "a5858e3cedeb5268414e67702c1ae801425bb69b",
                "shasum": ""
            },
            "require": {
                "drupal/ai": "~1",
                "drupal/ai_image_alt_text": "~1",
                "drupal/core": "~10 || ~11"
            },
            "time": "2025-01-26T13:59:10+00:00",
            "type": "drupal-recipe",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                }
            ],
            "description": "Provides a recipe to automatically generate and fill the alt text of an image field using AI.",
            "keywords": [
                "Varbase recipes",
                "alt text",
                "alternative text",
                "drupal recipe",
                "drupal recipes",
                "image",
                "media",
                "recipe",
                "varbase recipe"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/varbase_ai_image_alt/-/tree/1.0.0"
            },
            "install-path": "../../docroot/recipes/contrib/varbase_ai_image_alt"
        },
        {
            "name": "drupal/varbase_ai_taxonomy_tagging",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/varbase_ai_taxonomy_tagging.git",
                "reference": "4b294c16288e4d06938dc7056b518b06ee36ba4e"
            },
            "dist": {
                "type": "zip",
                "url": "https://git.drupalcode.org/api/v4/projects/project%2Fvarbase_ai_taxonomy_tagging/repository/archive.zip?sha=4b294c16288e4d06938dc7056b518b06ee36ba4e",
                "reference": "4b294c16288e4d06938dc7056b518b06ee36ba4e",
                "shasum": ""
            },
            "require": {
                "drupal/ai": "~1",
                "drupal/core": "~10 || ~11"
            },
            "time": "2025-01-27T13:55:39+00:00",
            "type": "drupal-recipe",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                }
            ],
            "description": "Provides a recipe to automatically tag selected referenced taxonomy terms based on the content entity's body field.",
            "keywords": [
                "Varbase recipes",
                "drupal recipe",
                "drupal recipes",
                "recipe",
                "tagging",
                "tags",
                "taxonomy",
                "varbase recipe"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/varbase_ai_taxonomy_tagging/-/tree/1.0.0"
            },
            "install-path": "../../docroot/recipes/contrib/varbase_ai_taxonomy_tagging"
        },
        {
            "name": "drupal/varbase_api",
            "version": "10.1.0",
            "version_normalized": "10.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/varbase_api.git",
                "reference": "10.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/varbase_api-10.1.0.zip",
                "reference": "10.1.0",
                "shasum": "208e21e06b2896131c849cb5cdf0234b3149726f"
            },
            "require": {
                "drupal/consumers": "~1",
                "drupal/core": "~11.3.0",
                "drupal/jsonapi_extras": "~3",
                "drupal/openapi": "~2",
                "drupal/openapi_jsonapi": "~3",
                "drupal/openapi_rest": "~2",
                "drupal/openapi_ui_redoc": "~1",
                "drupal/openapi_ui_swagger": "~1",
                "drupal/restui": "~1",
                "drupal/schema_metatag": "~3",
                "drupal/simple_oauth": "~6",
                "vardot/varbase-patches": "~10.1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "10.1.0",
                    "datestamp": "1766392299",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                },
                {
                    "name": "waleedq",
                    "homepage": "https://www.drupal.org/user/375290"
                }
            ],
            "description": "A JSON:API implementation with authentication and authorization that allows for easy ingestion of content by other applications.",
            "homepage": "https://www.drupal.org/project/varbase_editor",
            "support": {
                "source": "http://cgit.drupalcode.org/varbase_api",
                "issues": "https://www.drupal.org/project/issues/varbase_api"
            },
            "install-path": "../../docroot/modules/contrib/varbase_api"
        },
        {
            "name": "drupal/varbase_auth",
            "version": "10.1.0",
            "version_normalized": "10.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/varbase_auth.git",
                "reference": "10.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/varbase_auth-10.1.0.zip",
                "reference": "10.1.0",
                "shasum": "9b11e19c4730d7af1b179e890be679e9cbf78d1f"
            },
            "require": {
                "drupal/core": "~11.3.0",
                "drupal/social_api": "~4.1.0",
                "drupal/social_auth": "~4.2.0",
                "drupal/social_auth_facebook": "~4",
                "drupal/social_auth_google": "~4",
                "drupal/social_auth_linkedin": "~4",
                "vardot/varbase-patches": "~10.1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "10.1.0",
                    "datestamp": "1766409090",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Varbase Social Single Sign-On: Adds single sign-on using existing information from a social networking service such as Facebook, Twitter or Google+",
            "homepage": "https://www.drupal.org/project/varbase_auth",
            "support": {
                "source": "http://cgit.drupalcode.org/varbase_auth",
                "issues": "https://www.drupal.org/project/issues/varbase_auth"
            },
            "install-path": "../../docroot/modules/contrib/varbase_auth"
        },
        {
            "name": "drupal/varbase_blog",
            "version": "10.1.0",
            "version_normalized": "10.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/varbase_blog.git",
                "reference": "10.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/varbase_blog-10.1.0.zip",
                "reference": "10.1.0",
                "shasum": "45b47ce2de5cdeed0401f916fe5df09fe76731b3"
            },
            "require": {
                "drupal/core": "~11.3.0",
                "drupal/taxonomy_menu": "~3",
                "drupal/varbase_components": "*",
                "drupal/varbase_core": "~10.1.0",
                "drupal/varbase_editor": "*",
                "drupal/varbase_layout_builder": "~10.2.0",
                "drupal/varbase_media": "~10.1.0",
                "drupal/varbase_seo": "~10.1.0",
                "drupal/vlplb": "*",
                "drupal/vmi": "*",
                "vardot/varbase-patches": "~10.1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "10.1.0",
                    "datestamp": "1766405842",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Provides Blog post content type and related configuration. Use Blog to publish blog post by different authors in the Blog section of the site.",
            "homepage": "https://www.drupal.org/project/varbase_blog",
            "support": {
                "source": "http://cgit.drupalcode.org/varbase_blog",
                "issues": "https://www.drupal.org/project/issues/varbase_blog"
            },
            "install-path": "../../docroot/modules/contrib/varbase_blog"
        },
        {
            "name": "drupal/varbase_bootstrap_paragraphs",
            "version": "10.1.0",
            "version_normalized": "10.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/varbase_bootstrap_paragraphs.git",
                "reference": "10.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/varbase_bootstrap_paragraphs-10.1.0.zip",
                "reference": "10.1.0",
                "shasum": "a2ebb3ff8a4d0913b88e59bcb5c040c54adac8cc"
            },
            "require": {
                "drupal/advanced_text_formatter": "~3",
                "drupal/core": "~11.3.0",
                "drupal/entity_usage": "~2",
                "drupal/field_group": "~4",
                "drupal/maxlength": "~3",
                "drupal/paragraphs": "~1",
                "drupal/paragraphs_edit": "~3",
                "drupal/paragraphs_previewer": "~1",
                "drupal/varbase_media": "~10.1.0",
                "drupal/viewsreference": "~2",
                "drupal/webform": "~6.3.0",
                "vardot/varbase-patches": "~10.1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "10.1.0",
                    "datestamp": "1766403061",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Varbase Bootstrap Paragraphs : A suite of Paragraph bundles to be used for Varbase distribution. Made with the Bootstrap framework, based on a fork of Bootstrap Paragraph module (bootstrap_paragraphs).",
            "homepage": "https://www.drupal.org/project/varbase_bootstrap_paragraphs",
            "support": {
                "source": "http://cgit.drupalcode.org/varbase_bootstrap_paragraphs",
                "issues": "http://drupal.org/project/issues/varbase_bootstrap_paragraphs"
            },
            "install-path": "../../docroot/modules/contrib/varbase_bootstrap_paragraphs"
        },
        {
            "name": "drupal/varbase_buttons_block",
            "version": "10.2.0",
            "version_normalized": "10.2.0.0",
            "require": {
                "drupal/core": "~11.3.0",
                "drupal/varbase_layout_builder": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "10.2.0",
                    "datestamp": "1766400769",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "josebc",
                    "homepage": "https://www.drupal.org/user/1376836"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "A button block will contain a button with flexible styling.",
            "homepage": "https://www.drupal.org/project/varbase_layout_builder",
            "support": {
                "source": "https://git.drupalcode.org/project/varbase_layout_builder"
            },
            "install-path": null
        },
        {
            "name": "drupal/varbase_carousels",
            "version": "10.1.0",
            "version_normalized": "10.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/varbase_carousels.git",
                "reference": "10.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/varbase_carousels-10.1.0.zip",
                "reference": "10.1.0",
                "shasum": "da8806ed7221352fcc2fb45aceeac1298855094d"
            },
            "require": {
                "drupal/core": "~11.3.0",
                "drupal/ctools": "~4",
                "drupal/ctools_block": "*",
                "drupal/slick": "*",
                "drupal/varbase_media": "~10.1.0",
                "vardot/varbase-patches": "~10.1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "10.1.0",
                    "datestamp": "1766404808",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "This feature provides the base implementation for the carousels in your website. Admins will be able to create carousels on the spot and place it anywhere in the site.",
            "homepage": "https://www.drupal.org/project/varbase_carousels",
            "support": {
                "source": "http://cgit.drupalcode.org/varbase_carousels",
                "issues": "http://drupal.org/project/issues/varbase_carousels"
            },
            "install-path": "../../docroot/modules/contrib/varbase_carousels"
        },
        {
            "name": "drupal/varbase_components",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/varbase_components.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/varbase_components-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "04841ee1fb6d7cbb42c2a0fe59649686770a2aeb"
            },
            "require": {
                "drupal/core": "~11.3.0",
                "drupal/storybook": "~1",
                "drupal/ui_icons": "~1.1.0",
                "drupal/ui_patterns": "~2",
                "drupal/ui_patterns_ds-ui_patterns_ds": "~1",
                "drupal/ui_patterns_field_group-ui_patterns_field_group": "~2",
                "vardot/varbase-patches": "~10.1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1766391105",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "This is the components handler module with components helper, theme switcher for components in Varbase.",
            "homepage": "https://www.drupal.org/project/varbase_components",
            "support": {
                "source": "http://cgit.drupalcode.org/varbase_components",
                "issues": "http://drupal.org/project/issues/varbase_components"
            },
            "install-path": "../../docroot/modules/contrib/varbase_components"
        },
        {
            "name": "drupal/varbase_core",
            "version": "10.1.62",
            "version_normalized": "10.1.62.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/varbase_core.git",
                "reference": "10.1.62"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/varbase_core-10.1.62.zip",
                "reference": "10.1.62",
                "shasum": "a200ea88ee0c3e914de0cc2ee876a174565ecf36"
            },
            "require": {
                "drupal/admin_audit_trail": "~1",
                "drupal/admin_toolbar": "~3",
                "drupal/advanced_text_formatter": "~3",
                "drupal/antibot": "~2",
                "drupal/autocomplete_deluxe": "~2",
                "drupal/automatic_updates": "~4",
                "drupal/autosave_form": "~1",
                "drupal/better_exposed_filters": "~7",
                "drupal/block_class": "~4",
                "drupal/bootstrap_layouts": "~5",
                "drupal/bpmn_io": "~3",
                "drupal/captcha": "~2",
                "drupal/checklistapi": "~2",
                "drupal/coffee": "~2",
                "drupal/config_ignore": "~3",
                "drupal/config_inspector": "~2",
                "drupal/config_perms": "~2",
                "drupal/config_split": "~2",
                "drupal/config_update": "~2",
                "drupal/content_lock": "~3",
                "drupal/core": "~11.3.0",
                "drupal/ctools": "~3 || ~4",
                "drupal/ctools_block": "*",
                "drupal/ctools_views": "*",
                "drupal/date_filter": "~1",
                "drupal/default_content": "~2",
                "drupal/devel": "~5",
                "drupal/diff": "~2",
                "drupal/drd_agent": "~4",
                "drupal/ds": "~3",
                "drupal/eca": "~3",
                "drupal/eca_helper": "~3",
                "drupal/eca_tamper": "~2",
                "drupal/eca_vbo": "~2",
                "drupal/eca_webform": "~2",
                "drupal/editoria11y": "~2.2.0",
                "drupal/email_registration": "~2",
                "drupal/entity": "~1",
                "drupal/entity_clone": "~2",
                "drupal/entity_reference_revisions": "~1",
                "drupal/entity_usage": "~2",
                "drupal/entityqueue": "~1",
                "drupal/entityqueue_form_widget": "~2",
                "drupal/extlink": "~2",
                "drupal/fast_404": "~3",
                "drupal/field_group": "~4",
                "drupal/flood_control": "~3",
                "drupal/genpass": "~2",
                "drupal/gin": "~5",
                "drupal/gin_everywhere": "~1",
                "drupal/gin_login": "~2",
                "drupal/gin_type_tray": "~1",
                "drupal/honeypot": "~2",
                "drupal/inline_entity_form": "~3",
                "drupal/jquery_ui_accordion": "~2",
                "drupal/length_indicator": "~1",
                "drupal/link_attributes": "~2",
                "drupal/login_destination": "~2",
                "drupal/masquerade": "~2",
                "drupal/maxlength": "~3",
                "drupal/menu_admin_per_menu": "~1",
                "drupal/menu_block": "~1",
                "drupal/menu_position": "~1",
                "drupal/navigation_extra_tools": "~1",
                "drupal/node_edit_protection": "~1",
                "drupal/password_policy": "~4",
                "drupal/persistent_login": "~2",
                "drupal/prevent_homepage_deletion": "~3",
                "drupal/project_browser": "~2",
                "drupal/rabbit_hole": "~2",
                "drupal/recaptcha": "~3",
                "drupal/reroute_email": "~2.3.0",
                "drupal/responsive_preview": "~2",
                "drupal/revision_log_default": "~1",
                "drupal/roleassign": "~2",
                "drupal/schemadotorg": "~1",
                "drupal/sdc_devel": "~1",
                "drupal/seckit": "~2",
                "drupal/security_review": "~3",
                "drupal/shield": "~1",
                "drupal/sitewide_alert": "~3",
                "drupal/smart_trim": "~2",
                "drupal/stage_file_proxy": "~3.1.0",
                "drupal/tagify": "~1.0",
                "drupal/taxonomy_access_fix": "~4",
                "drupal/taxonomy_manager": "~2",
                "drupal/token": "~1",
                "drupal/token_filter": "~2",
                "drupal/tour": "~2",
                "drupal/trash": "~3",
                "drupal/ultimate_cron": "~2",
                "drupal/username_enumeration_prevention": "~1",
                "drupal/userprotect": "~1",
                "drupal/varbase_privacy": "~1.0.0",
                "drupal/views_bootstrap": "~5.5.0",
                "drupal/views_bulk_edit": "~3",
                "drupal/views_bulk_operations": "~4",
                "drupal/views_infinite_scroll": "~2",
                "drupal/viewsreference": "~2",
                "drupal/vmi": "~4",
                "drupal/webform": "~6.3.0",
                "drupal/webform_views": "~5",
                "drupal/yoast_seo": "~2",
                "vardot/varbase-patches": "~10.1.0"
            },
            "require-dev": {
                "drupal/config_perms": "*",
                "drupal/default_content": "*",
                "drupal/prevent_homepage_deletion": "*",
                "drupal/roleassign": "*",
                "drupal/userprotect": "*",
                "drupal/varbase_heroslider": "*",
                "drupal/views_bulk_edit": "*",
                "drupal/views_bulk_operations": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "10.1.62",
                    "datestamp": "1766388809",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "This is the Core Varbase feature. Provides core components required by other features.",
            "homepage": "https://www.drupal.org/project/varbase_core",
            "support": {
                "source": "http://cgit.drupalcode.org/varbase_core",
                "issues": "https://www.drupal.org/project/issues/varbase_core"
            },
            "install-path": "../../docroot/modules/contrib/varbase_core"
        },
        {
            "name": "drupal/varbase_cta_block",
            "version": "10.2.0",
            "version_normalized": "10.2.0.0",
            "require": {
                "drupal/core": "~11.3.0",
                "drupal/varbase_buttons_block": "*",
                "drupal/varbase_layout_builder": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "10.2.0",
                    "datestamp": "1766400769",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "josebc",
                    "homepage": "https://www.drupal.org/user/1376836"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "A CTA block contains a button link that navigates to the desired destination.",
            "homepage": "https://www.drupal.org/project/varbase_layout_builder",
            "support": {
                "source": "https://git.drupalcode.org/project/varbase_layout_builder"
            },
            "install-path": null
        },
        {
            "name": "drupal/varbase_dashboards",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/varbase_dashboards.git",
                "reference": "2.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/varbase_dashboards-2.0.0.zip",
                "reference": "2.0.0",
                "shasum": "2a86769f61f7aba893c6549098604a8503cc0b75"
            },
            "require": {
                "drupal/core": "~11.3.0",
                "drupal/dashboard": "~2",
                "drupal/statistics": "~1.0.0",
                "vardot/varbase-patches": "~10.1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0",
                    "datestamp": "1766410389",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "This dashboard is built on top of Dashboards with Layout Builder module, utilize Drupal core's Layout Builder for dynamic dashboards management, Google Analytics Reports, and several enhanced blocks and widgets for an intuitive and flexible administration experience.",
            "homepage": "https://www.drupal.org/project/varbase_dashboards",
            "support": {
                "source": "http://cgit.drupalcode.org/varbase_dashboards",
                "issues": "http://drupal.org/project/issues/varbase_dashboards"
            },
            "install-path": "../../docroot/modules/contrib/varbase_dashboards"
        },
        {
            "name": "drupal/varbase_demo",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/varbase_demo.git",
                "reference": "1.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/varbase_demo-1.1.0.zip",
                "reference": "1.1.0",
                "shasum": "f987c2cf05396574dc89bb716a9d7bacdf6157d9"
            },
            "require": {
                "drupal/core": "~11.3.0",
                "drupal/default_content": "*",
                "drupal/varbase_blog": "*",
                "drupal/varbase_heroslider": "*",
                "drupal/varbase_media": "~10.1.0",
                "drupal/varbase_media_demo": "~10.1.0",
                "drupal/vmi": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.1.0",
                    "datestamp": "1766416607",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "If you're evaluating Varbase, installing demo content will help you get an idea of how Varbase works, and what features are included.",
            "homepage": "https://www.drupal.org/project/varbase_demo",
            "support": {
                "source": "https://git.drupalcode.org/project/varbase_demo",
                "issues": "https://www.drupal.org/project/issues/varbase_demo"
            },
            "install-path": "../../docroot/modules/contrib/varbase_demo"
        },
        {
            "name": "drupal/varbase_editor",
            "version": "10.1.0",
            "version_normalized": "10.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/varbase_editor.git",
                "reference": "10.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/varbase_editor-10.1.0.zip",
                "reference": "10.1.0",
                "shasum": "d7c487e4eba329c91eee990dee4fcdaf9dc94276"
            },
            "require": {
                "drupal/ace_editor": "~2",
                "drupal/anchor_link": "~3",
                "drupal/blazy": "~3",
                "drupal/ckeditor5_paste_filter": "~1",
                "drupal/ckeditor5_plugin_pack": "~1.4.0",
                "drupal/ckeditor_bidi": "~5",
                "drupal/ckeditor_emoji": "~2",
                "drupal/ckeditor_media_embed": "~2",
                "drupal/ckeditor_media_resize": "~1",
                "drupal/core": "~11.3.0",
                "drupal/edit_media_modal": "~2.1.0",
                "drupal/editor_advanced_link": "~2.3.0",
                "drupal/entity_embed": "~1",
                "drupal/extlink": "~2",
                "drupal/linkit": "~7",
                "drupal/pathologic": "~2",
                "drupal/slick": "~3",
                "drupal/token": "~1",
                "drupal/token_filter": "~2",
                "vardot/varbase-patches": "~10.1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "10.1.0",
                    "datestamp": "1766396593",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Editor profile and settings to be used in most websites.",
            "homepage": "https://www.drupal.org/project/varbase_editor",
            "support": {
                "source": "http://cgit.drupalcode.org/varbase_editor",
                "issues": "http://drupal.org/project/issues/varbase_editor"
            },
            "install-path": "../../docroot/modules/contrib/varbase_editor"
        },
        {
            "name": "drupal/varbase_email",
            "version": "10.1.0",
            "version_normalized": "10.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/varbase_email.git",
                "reference": "10.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/varbase_email-10.1.0.zip",
                "reference": "10.1.0",
                "shasum": "aa6ed47cd3738f75cb3294fc7136cca1022af3d6"
            },
            "require": {
                "drupal/core": "~11.3.0",
                "drupal/easy_email": "~3",
                "drupal/symfony_mailer": "~1 || ~2",
                "vardot/varbase-patches": "~10.1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "10.1.0",
                    "datestamp": "1766413126",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                },
                {
                    "name": "waleedq",
                    "homepage": "https://www.drupal.org/user/375290"
                }
            ],
            "description": "Varbase email template",
            "homepage": "https://www.drupal.org/project/varbase_emails",
            "support": {
                "source": "http://cgit.drupalcode.org/varbase_email",
                "issues": "https://www.drupal.org/project/issues/varbase_email"
            },
            "install-path": "../../docroot/modules/contrib/varbase_email"
        },
        {
            "name": "drupal/varbase_featured_card_block",
            "version": "10.2.0",
            "version_normalized": "10.2.0.0",
            "require": {
                "drupal/core": "~11.3.0",
                "drupal/varbase_layout_builder": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "10.2.0",
                    "datestamp": "1766400769",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "josebc",
                    "homepage": "https://www.drupal.org/user/1376836"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "A horizontal card contains two columns (media, title, body and link).",
            "homepage": "https://www.drupal.org/project/varbase_layout_builder",
            "support": {
                "source": "https://git.drupalcode.org/project/varbase_layout_builder"
            },
            "install-path": null
        },
        {
            "name": "drupal/varbase_gallery_block",
            "version": "10.2.0",
            "version_normalized": "10.2.0.0",
            "require": {
                "drupal/core": "~11.3.0",
                "drupal/varbase_layout_builder": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "10.2.0",
                    "datestamp": "1766400769",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "josebc",
                    "homepage": "https://www.drupal.org/user/1376836"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "A gallery block contains a title and a gallery of images and videos.",
            "homepage": "https://www.drupal.org/project/varbase_layout_builder",
            "support": {
                "source": "https://git.drupalcode.org/project/varbase_layout_builder"
            },
            "install-path": null
        },
        {
            "name": "drupal/varbase_heading_block",
            "version": "10.2.0",
            "version_normalized": "10.2.0.0",
            "require": {
                "drupal/core": "~11.3.0",
                "drupal/varbase_layout_builder": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "10.2.0",
                    "datestamp": "1766400769",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "josebc",
                    "homepage": "https://www.drupal.org/user/1376836"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "A heading block is used to add headings to your page or sections. Headings help structure your page making your content easier to read by humans and search engines.",
            "homepage": "https://www.drupal.org/project/varbase_layout_builder",
            "support": {
                "source": "https://git.drupalcode.org/project/varbase_layout_builder"
            },
            "install-path": null
        },
        {
            "name": "drupal/varbase_heroslider",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/varbase_heroslider.git",
                "reference": "1.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/varbase_heroslider-1.1.0.zip",
                "reference": "1.1.0",
                "shasum": "0c528226d380b82ec0713209016ffdf82c80cf52"
            },
            "require": {
                "drupal/advanced_text_formatter": "~3",
                "drupal/core": "~11.3.0",
                "drupal/entityqueue": "~1",
                "drupal/field_group": "~4",
                "drupal/length_indicator": "~1",
                "drupal/maxlength": "~3",
                "drupal/rabbit_hole": "~2",
                "drupal/varbase_components": "~3.0.0",
                "drupal/varbase_media": "~10.1.0",
                "vardot/varbase-patches": "~10.1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.1.0",
                    "datestamp": "1766404089",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Varbase Hero Slider : This app will populate the universal implementation of a \"Hero Slider\" to be used on the homepage in most cases. A rich hero slider that allows you to display video and/or image slides.",
            "homepage": "https://www.drupal.org/project/varbase_heroslider",
            "support": {
                "source": "http://cgit.drupalcode.org/varbase_heroslider",
                "issues": "http://drupal.org/project/issues/varbase_heroslider",
                "slack": "http://slack.varbase.vardot.com"
            },
            "install-path": "../../docroot/modules/contrib/varbase_heroslider"
        },
        {
            "name": "drupal/varbase_html_code_block",
            "version": "10.2.0",
            "version_normalized": "10.2.0.0",
            "require": {
                "drupal/core": "~11.3.0",
                "drupal/varbase_layout_builder": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "10.2.0",
                    "datestamp": "1766400769",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "josebc",
                    "homepage": "https://www.drupal.org/user/1376836"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "An HTML Code block contains a title and a body with an HTML text format.",
            "homepage": "https://www.drupal.org/project/varbase_layout_builder",
            "support": {
                "source": "https://git.drupalcode.org/project/varbase_layout_builder"
            },
            "install-path": null
        },
        {
            "name": "drupal/varbase_impressed_card_block",
            "version": "10.2.0",
            "version_normalized": "10.2.0.0",
            "require": {
                "drupal/core": "~11.3.0",
                "drupal/varbase_layout_builder": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "10.2.0",
                    "datestamp": "1766400769",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "josebc",
                    "homepage": "https://www.drupal.org/user/1376836"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "A vertical card contains (media, title, body and link) fields.",
            "homepage": "https://www.drupal.org/project/varbase_layout_builder",
            "support": {
                "source": "https://git.drupalcode.org/project/varbase_layout_builder"
            },
            "install-path": null
        },
        {
            "name": "drupal/varbase_landing",
            "version": "10.1.0",
            "version_normalized": "10.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/varbase_landing.git",
                "reference": "10.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/varbase_landing-10.1.0.zip",
                "reference": "10.1.0",
                "shasum": "aea050f59a279e9562e2d6053f29429ffbeeb9eb"
            },
            "require": {
                "drupal/advanced_text_formatter": "~3",
                "drupal/core": "~11.3.0",
                "drupal/length_indicator": "~1",
                "drupal/maxlength": "~3",
                "drupal/paragraphs_asymmetric_translation_widgets": "~1",
                "drupal/paragraphs_features": "~2",
                "drupal/varbase_bootstrap_paragraphs": "~10.1.0",
                "drupal/varbase_media": "~10.1.0",
                "drupal/varbase_seo": "~10.1.0",
                "drupal/vbp_text_and_image": "*",
                "vardot/varbase-patches": "~10.1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "10.1.0",
                    "datestamp": "1766399170",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Provides the basis for Landing Pages, which are built to include appealing stacked components that are visually separate.",
            "homepage": "https://www.drupal.org/project/varbase_landing",
            "support": {
                "source": "http://cgit.drupalcode.org/varbase_landing",
                "issues": "https://www.drupal.org/project/issues/varbase_landing"
            },
            "install-path": "../../docroot/modules/contrib/varbase_landing"
        },
        {
            "name": "drupal/varbase_layout_builder",
            "version": "10.2.0",
            "version_normalized": "10.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/varbase_layout_builder.git",
                "reference": "10.2.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/varbase_layout_builder-10.2.0.zip",
                "reference": "10.2.0",
                "shasum": "91d440b76c881c1782f459262316fd9ece798a03"
            },
            "require": {
                "drupal/block_form_alter": "~2",
                "drupal/block_library": "~1",
                "drupal/bootstrap_layout_builder": "~2",
                "drupal/bootstrap_layouts": "~5",
                "drupal/bootstrap_styles": "~1",
                "drupal/core": "~11.3.0",
                "drupal/entity_block": "~2",
                "drupal/layout_builder_at": "~3",
                "drupal/layout_builder_blocks": "~1",
                "drupal/layout_builder_component_attributes": "~2",
                "drupal/layout_builder_modal": "~2",
                "drupal/layout_builder_perms": "~2",
                "drupal/layout_builder_restrictions": "~3",
                "drupal/layout_library": "~1",
                "drupal/length_indicator": "~1",
                "drupal/media_library_form_element": "~2",
                "drupal/paragraphs": "~1",
                "drupal/section_library": "~1",
                "drupal/varbase_components": "~3",
                "drupal/varbase_editor": "~10.1.0",
                "drupal/varbase_media": "~10.1.0",
                "vardot/varbase-patches": "~10.1.0"
            },
            "require-dev": {
                "drupal/advanced_text_formatter": "*",
                "drupal/entity_reference_revisions": "*",
                "drupal/length_indicator": "*",
                "drupal/maxlength": "*",
                "drupal/paragraphs": "*",
                "drupal/varbase_accordion_block": "*",
                "drupal/varbase_buttons_block": "*",
                "drupal/varbase_cta_block": "*",
                "drupal/varbase_featured_card_block": "*",
                "drupal/varbase_gallery_block": "*",
                "drupal/varbase_heading_block": "*",
                "drupal/varbase_html_code_block": "*",
                "drupal/varbase_impressed_card_block": "*",
                "drupal/varbase_media_block": "*",
                "drupal/varbase_overlay_card_block": "*",
                "drupal/varbase_rich_text_block": "*",
                "drupal/varbase_seo": "*",
                "drupal/viewsreference": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "10.2.0",
                    "datestamp": "1766400769",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Provides default configuration and enhancements to utilize Drupal core's Layout Builder.",
            "homepage": "https://www.drupal.org/project/varbase_layout_builder",
            "support": {
                "source": "http://cgit.drupalcode.org/varbase_layout_builder",
                "issues": "https://www.drupal.org/project/issues/varbase_layout_builder"
            },
            "install-path": "../../docroot/modules/contrib/varbase_layout_builder"
        },
        {
            "name": "drupal/varbase_media",
            "version": "10.1.1",
            "version_normalized": "10.1.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/varbase_media.git",
                "reference": "10.1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/varbase_media-10.1.1.zip",
                "reference": "10.1.1",
                "shasum": "3d9eaaa712e9c2a09601800bf2e455589851d5fd"
            },
            "require": {
                "drupal/advanced_text_formatter": "~3",
                "drupal/better_exposed_filters": "~7",
                "drupal/blazy": "~3",
                "drupal/core": "~11.3.0",
                "drupal/crop": "~2",
                "drupal/drimage_improved": "~1",
                "drupal/dropzonejs": "~2",
                "drupal/dropzonejs_eb_widget": "*",
                "drupal/ds": "~3",
                "drupal/embed": "~1",
                "drupal/entity_browser": "~2",
                "drupal/entity_browser_enhanced": "~2",
                "drupal/entity_browser_entity_form": "*",
                "drupal/entity_browser_generic_embed": "*",
                "drupal/entity_clone": "~2",
                "drupal/entity_embed": "~1",
                "drupal/focal_point": "~2",
                "drupal/imageapi_optimize": "~4.1.0",
                "drupal/imageapi_optimize_webp": "~3",
                "drupal/imagemagick": "~4",
                "drupal/inline_entity_form": "~3",
                "drupal/length_indicator": "~1",
                "drupal/maxlength": "~3",
                "drupal/media_bulk_upload": "~3",
                "drupal/media_entity_instagram": "~4",
                "drupal/media_entity_twitter": "~2",
                "drupal/media_library_edit": "~3",
                "drupal/metatag": "~2",
                "drupal/slick": "~3",
                "drupal/slick_views": "~3",
                "drupal/views_bulk_edit": "~3",
                "drupal/views_bulk_operations": "~4",
                "drupal/views_infinite_scroll": "~2",
                "drupal/webp": "~1",
                "vardot/varbase-patches": "~10.1.0"
            },
            "require-dev": {
                "drupal/entity_browser": "*",
                "drupal/entity_browser_generic_embed": "*",
                "drupal/media_entity_instagram": "*",
                "drupal/media_entity_twitter": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "10.1.1",
                    "datestamp": "1766394177",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Manages type of media contents and entity browsers in the site.",
            "homepage": "https://www.drupal.org/project/varbase_media",
            "support": {
                "source": "http://cgit.drupalcode.org/varbase_media",
                "issues": "https://www.drupal.org/project/issues/varbase_media"
            },
            "install-path": "../../docroot/modules/contrib/varbase_media"
        },
        {
            "name": "drupal/varbase_media_block",
            "version": "10.2.0",
            "version_normalized": "10.2.0.0",
            "require": {
                "drupal/core": "~11.3.0",
                "drupal/varbase_layout_builder": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "10.2.0",
                    "datestamp": "1766400769",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "josebc",
                    "homepage": "https://www.drupal.org/user/1376836"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "A media block contains a title and media.",
            "homepage": "https://www.drupal.org/project/varbase_layout_builder",
            "support": {
                "source": "https://git.drupalcode.org/project/varbase_layout_builder"
            },
            "install-path": null
        },
        {
            "name": "drupal/varbase_media_demo",
            "version": "10.1.0-rc1",
            "version_normalized": "10.1.0.0-RC1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/varbase_media_demo.git",
                "reference": "10.1.0-rc1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/varbase_media_demo-10.1.0-rc1.zip",
                "reference": "10.1.0-rc1",
                "shasum": "f8452efdd2e77ce2ce4e2a80ff29480b3c502dc2"
            },
            "require": {
                "drupal/core": "~11.3.0",
                "drupal/varbase_media": "~10.1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "10.1.0-rc1",
                    "datestamp": "1765897644",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Provide a pre-set of default media assets for all Varbase Media Types, which are needed in development, testing, and demos.",
            "homepage": "https://www.drupal.org/project/varbase_media_demo",
            "support": {
                "source": "https://git.drupalcode.org/project/varbase_media_demo",
                "issues": "https://www.drupal.org/project/issues/varbase_media_demo"
            },
            "install-path": "../../docroot/modules/contrib/varbase_media_demo"
        },
        {
            "name": "drupal/varbase_overlay_card_block",
            "version": "10.2.0",
            "version_normalized": "10.2.0.0",
            "require": {
                "drupal/core": "~11.3.0",
                "drupal/varbase_layout_builder": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "10.2.0",
                    "datestamp": "1766400769",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "josebc",
                    "homepage": "https://www.drupal.org/user/1376836"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "A card block that contains background media and (title, body and link) fields.",
            "homepage": "https://www.drupal.org/project/varbase_layout_builder",
            "support": {
                "source": "https://git.drupalcode.org/project/varbase_layout_builder"
            },
            "install-path": null
        },
        {
            "name": "drupal/varbase_privacy",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/varbase_privacy.git",
                "reference": "efd5d25e7b87ddc93e0d0b4ded059d4457c0e96c"
            },
            "dist": {
                "type": "zip",
                "url": "https://git.drupalcode.org/api/v4/projects/project%2Fvarbase_privacy/repository/archive.zip?sha=efd5d25e7b87ddc93e0d0b4ded059d4457c0e96c",
                "reference": "efd5d25e7b87ddc93e0d0b4ded059d4457c0e96c",
                "shasum": ""
            },
            "require": {
                "drupal/core": "~10 || ~11",
                "drupal/klaro": "~3",
                "drupal/menu_link_attributes": "~1"
            },
            "time": "2025-03-17T20:17:48+00:00",
            "type": "drupal-recipe",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                }
            ],
            "description": "A recipe that provides default cookie consent options and privacy settings.",
            "keywords": [
                "Consent management",
                "Varbase recipes",
                "consent",
                "cookie",
                "drupal recipe",
                "drupal recipes",
                "recipe",
                "varbase recipe"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/varbase_privacy/-/tree/1.0.0"
            },
            "install-path": "../../docroot/recipes/contrib/varbase_privacy"
        },
        {
            "name": "drupal/varbase_rich_text_block",
            "version": "10.2.0",
            "version_normalized": "10.2.0.0",
            "require": {
                "drupal/core": "~11.3.0",
                "drupal/varbase_layout_builder": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "10.2.0",
                    "datestamp": "1766400769",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "josebc",
                    "homepage": "https://www.drupal.org/user/1376836"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "A rich text block contains a title and a body with a rich text format.",
            "homepage": "https://www.drupal.org/project/varbase_layout_builder",
            "support": {
                "source": "https://git.drupalcode.org/project/varbase_layout_builder"
            },
            "install-path": null
        },
        {
            "name": "drupal/varbase_search",
            "version": "10.1.0",
            "version_normalized": "10.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/varbase_search.git",
                "reference": "10.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/varbase_search-10.1.0.zip",
                "reference": "10.1.0",
                "shasum": "f3e40d79435152cae5dca90bbf3f48ac32abf54f"
            },
            "require": {
                "drupal/core": "~11.3.0",
                "drupal/search_api": "~1",
                "vardot/varbase-patches": "~10.1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "10.1.0",
                    "datestamp": "1766406987",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Provides search configuration, and offering search capabilities.",
            "homepage": "https://www.drupal.org/project/varbase_search",
            "support": {
                "source": "http://cgit.drupalcode.org/varbase_search",
                "issues": "https://www.drupal.org/project/issues/varbase_search"
            },
            "install-path": "../../docroot/modules/contrib/varbase_search"
        },
        {
            "name": "drupal/varbase_seo",
            "version": "10.1.0",
            "version_normalized": "10.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/varbase_seo.git",
                "reference": "10.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/varbase_seo-10.1.0.zip",
                "reference": "10.1.0",
                "shasum": "69eaa0030cfab965b7e00f1b281cfb35eb3f497b"
            },
            "require": {
                "drupal/core": "~11.3.0",
                "drupal/eca_metatag": "~2",
                "drupal/entity_clone": "~2",
                "drupal/google_analytics": "~4",
                "drupal/google_tag": "~2",
                "drupal/metatag": "~2",
                "drupal/pathauto": "~1",
                "drupal/redirect": "~1",
                "drupal/schema_metatag": "~3",
                "drupal/script_manager": "~2",
                "drupal/simple_sitemap": "~4",
                "drupal/yoast_seo": "~2",
                "vardot/varbase-patches": "~10.1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "10.1.0",
                    "datestamp": "1766408030",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Provide Search Engine Optimization (SEO) Core features and settings.",
            "homepage": "https://www.drupal.org/project/varbase_seo",
            "support": {
                "source": "http://cgit.drupalcode.org/varbase_seo",
                "issues": "https://www.drupal.org/project/issues/varbase_seo"
            },
            "install-path": "../../docroot/modules/contrib/varbase_seo"
        },
        {
            "name": "drupal/varbase_workflow",
            "version": "3.1.0",
            "version_normalized": "3.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/varbase_workflow.git",
                "reference": "3.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/varbase_workflow-3.1.0.zip",
                "reference": "3.1.0",
                "shasum": "b4e35fc421521945a73f1b1215afc0f7035a6894"
            },
            "require": {
                "drupal/access_unpublished": "~1",
                "drupal/admin_audit_trail": "~1",
                "drupal/content_moderation_notifications": "~3",
                "drupal/content_planner": "~1",
                "drupal/core": "~11.3.0",
                "drupal/eca": "~3",
                "drupal/scheduler": "~2",
                "drupal/scheduler_content_moderation_integration": "~3",
                "vardot/varbase-patches": "~10.1.0"
            },
            "require-dev": {
                "drupal/content_planner": "*",
                "drupal/scheduler": "*",
                "drupal/varbase_core": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.1.0",
                    "datestamp": "1766414168",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                },
                {
                    "name": "josebc",
                    "homepage": "https://www.drupal.org/user/1376836"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Provides a toolkit for robust, quick, and enterprise content moderation features.",
            "homepage": "https://www.drupal.org/project/varbase_workflow",
            "support": {
                "source": "http://cgit.drupalcode.org/varbase_workflow",
                "issues": "https://www.drupal.org/project/issues/varbase_workflow"
            },
            "install-path": "../../docroot/modules/contrib/varbase_workflow"
        },
        {
            "name": "drupal/vartheme_bs5",
            "version": "4.0.3",
            "version_normalized": "4.0.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/vartheme_bs5.git",
                "reference": "4.0.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/vartheme_bs5-4.0.3.zip",
                "reference": "4.0.3",
                "shasum": "b78e5d682a84f0145b84de3bfd23cc33544bcc85"
            },
            "require": {
                "drupal/core": "~11.3.0",
                "drupal/varbase_components": "~3.0.0",
                "vardot/varbase-patches": "~10.1.0"
            },
            "type": "drupal-theme",
            "extra": {
                "drupal": {
                    "version": "4.0.3",
                    "datestamp": "1766417393",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Starterkit theme for Varbase standard websites. Based on Bootstrap 5 framework using SASS.",
            "homepage": "https://www.drupal.org/project/vartheme_bs5",
            "support": {
                "source": "http://cgit.drupalcode.org/vartheme_bs5",
                "issues": "http://drupal.org/project/issues/vartheme_bs5"
            },
            "install-path": "../../docroot/themes/contrib/vartheme_bs5"
        },
        {
            "name": "drupal/vbp_text_and_image",
            "version": "10.1.0",
            "version_normalized": "10.1.0.0",
            "require": {
                "drupal/core": "~11.3.0",
                "drupal/varbase_bootstrap_paragraphs": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "10.1.0",
                    "datestamp": "1766403061",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "josebc",
                    "homepage": "https://www.drupal.org/user/1376836"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Text and image paragraph type",
            "homepage": "https://www.drupal.org/project/varbase_bootstrap_paragraphs",
            "support": {
                "source": "https://git.drupalcode.org/project/varbase_bootstrap_paragraphs"
            },
            "install-path": null
        },
        {
            "name": "drupal/views_bootstrap",
            "version": "5.5.0-rc3",
            "version_normalized": "5.5.0.0-RC3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/views_bootstrap.git",
                "reference": "5.5.0-rc3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/views_bootstrap-5.5.0-rc3.zip",
                "reference": "5.5.0-rc3",
                "shasum": "c50177c4b8ec56640ed99d0533774233d0583518"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "5.5.0-rc3",
                    "datestamp": "1728259899",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "aburrows",
                    "homepage": "https://www.drupal.org/user/577844"
                },
                {
                    "name": "ericpugh",
                    "homepage": "https://www.drupal.org/user/130084"
                },
                {
                    "name": "ikeigenwijs",
                    "homepage": "https://www.drupal.org/user/583238"
                },
                {
                    "name": "mrded",
                    "homepage": "https://www.drupal.org/user/556088"
                },
                {
                    "name": "shelane",
                    "homepage": "https://www.drupal.org/user/2674989"
                }
            ],
            "description": "Allows for different styles to be used in views to work with Bootstrap 5 components.",
            "homepage": "https://www.drupal.org/project/views_bootstrap",
            "support": {
                "source": "https://git.drupalcode.org/project/views_bootstrap"
            },
            "install-path": "../../docroot/modules/contrib/views_bootstrap"
        },
        {
            "name": "drupal/views_bulk_edit",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/views_bulk_edit.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/views_bulk_edit-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "3b16079aa95fb4834561fcfd1197cce73b7f4b88"
            },
            "require": {
                "drupal/core": "^9.4 || ^10 || ^11",
                "php": ">=8.1"
            },
            "require-dev": {
                "drupal/views_bulk_operations": "~4.2.4"
            },
            "suggest": {
                "drupal/views_bulk_operations": "Get VBO for all the views benefits like batching, ability to select all view results or persistent selection across pages"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1725358398",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Issue #3561886 : Implicit nullable AccountInterface parameters for PHP 8.4 compatibility in Views Bulk Edit": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/views_bulk_edit--2025-12-07--3561886.patch",
                    "Issue #3544584: Change default Change method to Replace the current value when configuring Modify field values action": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/views_bulk_edit--2025-09-03--3544584--mr-44.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Marcin Grabias",
                    "homepage": "https://www.drupal.org/u/graber"
                },
                {
                    "name": "benjy",
                    "homepage": "https://www.drupal.org/user/1852732"
                },
                {
                    "name": "graber",
                    "homepage": "https://www.drupal.org/user/1599440"
                },
                {
                    "name": "grevil",
                    "homepage": "https://www.drupal.org/user/3668491"
                },
                {
                    "name": "joseph.olstad",
                    "homepage": "https://www.drupal.org/user/1321830"
                }
            ],
            "description": "Allows bulk edition of entity field values.",
            "homepage": "https://www.drupal.org/project/views_bulk_edit",
            "support": {
                "source": "https://git.drupalcode.org/project/views_bulk_edit",
                "issues": "https://www.drupal.org/project/issues/views_bulk_edit?version=8.x"
            },
            "install-path": "../../docroot/modules/contrib/views_bulk_edit"
        },
        {
            "name": "drupal/views_bulk_operations",
            "version": "4.4.4",
            "version_normalized": "4.4.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/views_bulk_operations.git",
                "reference": "4.4.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/views_bulk_operations-4.4.4.zip",
                "reference": "4.4.4",
                "shasum": "bd8e9c1af14526cd67be91390696b0e0d614ca7e"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "conflict": {
                "drush/drush": "<12.5.1"
            },
            "require-dev": {
                "drupal/coder": "^8.3.16",
                "drush/drush": "^12 || ^13",
                "phpstan/phpstan-deprecation-rules": "^2",
                "phpstan/phpstan-strict-rules": "^2"
            },
            "suggest": {
                "drush/drush": "^12 || ^13"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.4.4",
                    "datestamp": "1761317826",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Marcin Grabias",
                    "homepage": "https://www.drupal.org/u/graber"
                },
                {
                    "name": "graber",
                    "homepage": "https://www.drupal.org/user/1599440"
                },
                {
                    "name": "joelpittet",
                    "homepage": "https://www.drupal.org/user/160302"
                }
            ],
            "description": "Adds an ability to perform bulk operations on selected entities from view results. Provides an API to create such operations.",
            "homepage": "https://www.drupal.org/project/views_bulk_operations",
            "support": {
                "source": "https://git.drupalcode.org/project/views_bulk_operations",
                "issues": "https://www.drupal.org/project/issues/views_bulk_operations?version=any_4.",
                "docs": "https://www.drupal.org/docs/contributed-modules/views-bulk-operations-vbo"
            },
            "install-path": "../../docroot/modules/contrib/views_bulk_operations"
        },
        {
            "name": "drupal/views_infinite_scroll",
            "version": "2.0.3",
            "version_normalized": "2.0.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/views_infinite_scroll.git",
                "reference": "2.0.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/views_infinite_scroll-2.0.3.zip",
                "reference": "2.0.3",
                "shasum": "3c56969f71256300226118a0f35bad66ab41306c"
            },
            "require": {
                "drupal/core": "^10.1 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.3",
                    "datestamp": "1724335951",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "anybody",
                    "homepage": "https://www.drupal.org/user/291091"
                },
                {
                    "name": "grevil",
                    "homepage": "https://www.drupal.org/user/3668491"
                },
                {
                    "name": "Honza Pobořil",
                    "homepage": "https://www.drupal.org/user/123612"
                },
                {
                    "name": "neslee canil pinto",
                    "homepage": "https://www.drupal.org/user/3580850"
                },
                {
                    "name": "Remon",
                    "homepage": "https://www.drupal.org/user/143827"
                },
                {
                    "name": "sam152",
                    "homepage": "https://www.drupal.org/user/1485048"
                },
                {
                    "name": "thomas.frobieter",
                    "homepage": "https://www.drupal.org/user/409335"
                }
            ],
            "description": "A pager which allows an infinite scroll effect for views.",
            "homepage": "https://www.drupal.org/project/views_infinite_scroll",
            "support": {
                "source": "https://git.drupalcode.org/project/views_infinite_scroll"
            },
            "install-path": "../../docroot/modules/contrib/views_infinite_scroll"
        },
        {
            "name": "drupal/viewsreference",
            "version": "2.0.0-beta10",
            "version_normalized": "2.0.0.0-beta10",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/viewsreference.git",
                "reference": "8.x-2.0-beta10"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/viewsreference-8.x-2.0-beta10.zip",
                "reference": "8.x-2.0-beta10",
                "shasum": "699c3f790d3dbe6ebcd890916409c66562a04eb4"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "conflict": {
                "drupal/viewsreferennce": "*"
            },
            "require-dev": {
                "drupal/views_ajax_history": "1.x-dev"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.0-beta10",
                    "datestamp": "1725510905",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "joekers",
                    "homepage": "https://www.drupal.org/user/2229066"
                },
                {
                    "name": "NewZeal",
                    "homepage": "https://www.drupal.org/user/93571"
                },
                {
                    "name": "scott_euser",
                    "homepage": "https://www.drupal.org/user/3267594"
                },
                {
                    "name": "seanb",
                    "homepage": "https://www.drupal.org/user/545912"
                }
            ],
            "description": "Views reference",
            "homepage": "http://drupal.org/project/viewsreference",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/viewsreference",
                "issues": "https://www.drupal.org/project/issues/viewsreference"
            },
            "install-path": "../../docroot/modules/contrib/viewsreference"
        },
        {
            "name": "drupal/vlplb",
            "version": "10.2.0",
            "version_normalized": "10.2.0.0",
            "require": {
                "drupal/advanced_text_formatter": "*",
                "drupal/core": "~11.3.0",
                "drupal/entity_reference_revisions": "*",
                "drupal/length_indicator": "*",
                "drupal/maxlength": "*",
                "drupal/varbase_accordion_block": "*",
                "drupal/varbase_buttons_block": "*",
                "drupal/varbase_cta_block": "*",
                "drupal/varbase_featured_card_block": "*",
                "drupal/varbase_gallery_block": "*",
                "drupal/varbase_heading_block": "*",
                "drupal/varbase_html_code_block": "*",
                "drupal/varbase_impressed_card_block": "*",
                "drupal/varbase_layout_builder": "*",
                "drupal/varbase_media_block": "*",
                "drupal/varbase_overlay_card_block": "*",
                "drupal/varbase_rich_text_block": "*",
                "drupal/varbase_seo": "*",
                "drupal/viewsreference": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "10.2.0",
                    "datestamp": "1766400769",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "josebc",
                    "homepage": "https://www.drupal.org/user/1376836"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Provides Landing page (Layout Builder) content type and related configuration. Use Landing page (Layout Builder) to build pages with custom sections and layouts to display content in a modern way.",
            "homepage": "https://www.drupal.org/project/varbase_layout_builder",
            "support": {
                "source": "https://git.drupalcode.org/project/varbase_layout_builder"
            },
            "install-path": null
        },
        {
            "name": "drupal/vmi",
            "version": "4.0.0-beta1",
            "version_normalized": "4.0.0.0-beta1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/vmi.git",
                "reference": "4.0.0-beta1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/vmi-4.0.0-beta1.zip",
                "reference": "4.0.0-beta1",
                "shasum": "2707a8c93cb80e1b58a026c8f451509d3dc6cf3f"
            },
            "require": {
                "drupal/core": "~11.3.0",
                "drupal/ds": "~3",
                "drupal/ds_extras": "*",
                "drupal/field_group": "~4",
                "drupal/smart_trim": "~2",
                "drupal/varbase_components": "~3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.0-beta1",
                    "datestamp": "1765900516",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "omar alahmed",
                    "homepage": "https://www.drupal.org/user/308031"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "View Modes Inventory : This module has a set of template view modes that we typically use (some of them) in each website.",
            "homepage": "https://www.drupal.org/project/vmi",
            "support": {
                "source": "http://cgit.drupalcode.org/vmi",
                "issues": "https://www.drupal.org/project/issues/vmi"
            },
            "install-path": "../../docroot/modules/contrib/vmi"
        },
        {
            "name": "drupal/webform",
            "version": "6.3.0-beta6",
            "version_normalized": "6.3.0.0-beta6",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/webform.git",
                "reference": "6.3.0-beta6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/webform-6.3.0-beta6.zip",
                "reference": "6.3.0-beta6",
                "shasum": "f19f78f27d9a91c8ce3a2c41d8adb3e5198a0a25"
            },
            "require": {
                "drupal/core": "^10.3 || ^11.0"
            },
            "require-dev": {
                "drupal/address": "^2.0",
                "drupal/captcha": "^2.0",
                "drupal/chosen": "^4.0",
                "drupal/clientside_validation": "^4.1",
                "drupal/clientside_validation_jquery": "*",
                "drupal/devel": "^5.3",
                "drupal/entity": "^1.5",
                "drupal/entity_print": "^2.15",
                "drupal/hal": "^2.0",
                "drupal/jquery_ui": "^1.7",
                "drupal/jquery_ui_button": "^2.1",
                "drupal/jquery_ui_checkboxradio": "^2.1",
                "drupal/jquery_ui_datepicker": "^2.1",
                "drupal/mailsystem": "^4.5",
                "drupal/metatag": "^2.0",
                "drupal/paragraphs": "^1.18",
                "drupal/select2": "1.x-dev",
                "drupal/smtp": "^1.4",
                "drupal/styleguide": "^2.1",
                "drupal/telephone_validation": "2.x-dev",
                "drupal/token": "^1.15",
                "drupal/webform_access": "*",
                "drupal/webform_attachment": "*",
                "drupal/webform_clientside_validation": "*",
                "drupal/webform_devel": "*",
                "drupal/webform_entity_print": "*",
                "drupal/webform_node": "*",
                "drupal/webform_options_limit": "*",
                "drupal/webform_scheduled_email": "*",
                "drupal/webform_share": "*",
                "drupal/webform_ui": "*"
            },
            "suggest": {
                "drupal/jquery_ui_buttons": "Provides jQuery UI Checkboxradio library. Required by the Webform jQueryUI Buttons module. The Webform jQueryUI Buttons module is deprecated because jQueryUI is no longer maintained.",
                "drupal/jquery_ui_datepicker": "Provides jQuery UI Datepicker library. Required to support datepickers. The Webform jQueryUI Datepicker module is deprecated because jQueryUI is no longer maintained."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "6.3.0-beta6",
                    "datestamp": "1764797531",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": ">=11"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Jacob Rockowitz (jrockowitz)",
                    "homepage": "https://www.drupal.org/u/jrockowitz",
                    "role": "Maintainer"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://www.drupal.org/node/7404/committers",
                    "role": "Contributor"
                },
                {
                    "name": "liam morland",
                    "homepage": "https://www.drupal.org/user/493050"
                },
                {
                    "name": "mandclu",
                    "homepage": "https://www.drupal.org/user/52136"
                },
                {
                    "name": "quicksketch",
                    "homepage": "https://www.drupal.org/user/35821"
                }
            ],
            "description": "Enables the creation of webforms and questionnaires.",
            "homepage": "https://drupal.org/project/webform",
            "support": {
                "source": "https://git.drupalcode.org/project/webform",
                "issues": "https://www.drupal.org/project/issues/webform?version=8.x",
                "docs": "https://www.drupal.org/docs/8/modules/webform",
                "forum": "https://drupal.stackexchange.com/questions/tagged/webform"
            },
            "install-path": "../../docroot/modules/contrib/webform"
        },
        {
            "name": "drupal/webform_views",
            "version": "5.5.0",
            "version_normalized": "5.5.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/webform_views.git",
                "reference": "8.x-5.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/webform_views-8.x-5.5.zip",
                "reference": "8.x-5.5",
                "shasum": "308360ef63ee7a362d34a14723d39a276c4a4de5"
            },
            "require": {
                "drupal/core": "^10 || ^11",
                "drupal/webform": "^6.2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-5.5",
                    "datestamp": "1732397784",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "fix: #3546386 PHP 8.4 Deprecation: Implicitly nullable parameter": "https://www.drupal.org/files/issues/2025-11-03/PHP-8.4-Deprecation-Implicitly-nullable-parameter.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "acbramley",
                    "homepage": "https://www.drupal.org/user/1036766"
                },
                {
                    "name": "bucefal91",
                    "homepage": "https://www.drupal.org/user/504128"
                },
                {
                    "name": "geek-merlin",
                    "homepage": "https://www.drupal.org/user/229048"
                },
                {
                    "name": "jrockowitz",
                    "homepage": "https://www.drupal.org/user/371407"
                },
                {
                    "name": "vladimiraus",
                    "homepage": "https://www.drupal.org/user/673120"
                },
                {
                    "name": "ws.agency",
                    "homepage": "https://www.drupal.org/user/2851415"
                }
            ],
            "description": "Webform integration with views.",
            "homepage": "https://www.drupal.org/project/webform_views",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/webform_views",
                "issues": "https://www.drupal.org/project/issues/webform_views"
            },
            "install-path": "../../docroot/modules/contrib/webform_views"
        },
        {
            "name": "drupal/webp",
            "version": "1.0.0-rc2",
            "version_normalized": "1.0.0.0-RC2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/webp.git",
                "reference": "8.x-1.0-rc2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/webp-8.x-1.0-rc2.zip",
                "reference": "8.x-1.0-rc2",
                "shasum": "16a1d2c29af57ac04603bcba275e732340491554"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11",
                "ext-gd": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0-rc2",
                    "datestamp": "1713170119",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                },
                "patches_applied": {
                    "fix: #3561953 PHP 8.4 implicit nullable & constructor parameter order issues in WebP FileDownloadController": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/webp--2025-12-08--mr-54.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Bart Vanhoutte",
                    "homepage": "https://www.drupal.org/user/145609",
                    "email": "bart@croquemonsieur.be",
                    "role": "Maintainer"
                },
                {
                    "name": "Bart Vanhoutte",
                    "homepage": "https://www.drupal.org/user/1133754"
                },
                {
                    "name": "mandclu",
                    "homepage": "https://www.drupal.org/user/52136"
                }
            ],
            "description": "Generates WebP copies of image style derivatives.",
            "homepage": "https://www.drupal.org/project/webp",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/webp",
                "issues": "https://www.drupal.org/project/issues/webp"
            },
            "install-path": "../../docroot/modules/contrib/webp"
        },
        {
            "name": "drupal/yoast_seo",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/yoast_seo.git",
                "reference": "8.x-2.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/yoast_seo-8.x-2.2.zip",
                "reference": "8.x-2.2",
                "shasum": "02cbc1f35709fbf5a464e4686dfac10cedca0b67"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11",
                "drupal/metatag": "^1.3 || ^2.0",
                "goalgorilla/rtseo.js": "^2.0"
            },
            "conflict": {
                "drupal/commerce": ">2.0 <2.5"
            },
            "require-dev": {
                "drupal/paragraphs": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.2",
                    "datestamp": "1752684280",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "kingdutch",
                    "homepage": "https://www.drupal.org/user/1868952"
                },
                {
                    "name": "Open Social",
                    "homepage": "https://www.drupal.org/user/272162"
                }
            ],
            "description": "Adds Real-time SEO page analysis and configuration.",
            "homepage": "http://drupal.org/project/yoast_seo",
            "support": {
                "source": "http://cgit.drupalcode.org/yoast_seo",
                "issues": "http://drupal.org/project/yoast_seo"
            },
            "install-path": "../../docroot/modules/contrib/yoast_seo"
        },
        {
            "name": "drush/drush",
            "version": "13.7.0",
            "version_normalized": "13.7.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/drush-ops/drush.git",
                "reference": "70de523716de1125233de17e172a38c4ecdde397"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/drush-ops/drush/zipball/70de523716de1125233de17e172a38c4ecdde397",
                "reference": "70de523716de1125233de17e172a38c4ecdde397",
                "shasum": ""
            },
            "require": {
                "chi-teck/drupal-code-generator": "^3.6 || ^4@alpha",
                "composer-runtime-api": "^2.2",
                "composer/semver": "^1.4 || ^3",
                "consolidation/annotated-command": "^4.10.2",
                "consolidation/config": "^2.1.2 || ^3.1.1",
                "consolidation/filter-via-dot-access-data": "^2.0.2",
                "consolidation/output-formatters": "^4.6.1",
                "consolidation/robo": "^4.0.6 || ^5.1.0",
                "consolidation/site-alias": "^4.1.1",
                "consolidation/site-process": "^5.4.2",
                "dflydev/dot-access-data": "^3.0.2",
                "ext-dom": "*",
                "grasmash/yaml-cli": "^3.2",
                "guzzlehttp/guzzle": "^7.0",
                "laravel/prompts": "^0.3.5",
                "league/container": "^4.2",
                "php": ">=8.3",
                "psy/psysh": "~0.12",
                "symfony/event-dispatcher": "^6 || ^7",
                "symfony/filesystem": "^6.1 || ^7",
                "symfony/finder": "^6 || ^7",
                "symfony/var-dumper": "^6.0 || ^7",
                "symfony/yaml": "^6.0 || ^7"
            },
            "conflict": {
                "drupal/core": "< 10.4",
                "drupal/migrate_run": "*",
                "drupal/migrate_tools": "<= 5"
            },
            "require-dev": {
                "composer/installers": "^2",
                "cweagans/composer-patches": "~1.7.3",
                "drupal/core-recommended": "^10.4.0 || 11.x-dev",
                "drupal/semver_example": "2.3.0",
                "jetbrains/phpstorm-attributes": "^1.0",
                "mglaman/phpstan-drupal": "^2",
                "phpunit/phpunit": "^9 || ^10 || ^11",
                "rector/rector": "^2",
                "squizlabs/php_codesniffer": "^3.7"
            },
            "time": "2025-11-25T18:23:02+00:00",
            "bin": [
                "drush",
                "drush.php"
            ],
            "type": "library",
            "extra": {
                "patches-file": "composer.patches.json",
                "installer-paths": {
                    "sut/core": [
                        "type:drupal-core"
                    ],
                    "sut/libraries/{$name}": [
                        "type:drupal-library"
                    ],
                    "sut/themes/unish/{$name}": [
                        "drupal/empty_theme"
                    ],
                    "sut/drush/contrib/{$name}": [
                        "type:drupal-drush"
                    ],
                    "sut/modules/unish/{$name}": [
                        "drupal/devel"
                    ],
                    "sut/themes/contrib/{$name}": [
                        "type:drupal-theme"
                    ],
                    "sut/modules/contrib/{$name}": [
                        "type:drupal-module"
                    ],
                    "sut/profiles/contrib/{$name}": [
                        "type:drupal-profile"
                    ]
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Drush\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Moshe Weitzman",
                    "email": "weitzman@tejasa.com"
                },
                {
                    "name": "Owen Barton",
                    "email": "drupal@owenbarton.com"
                },
                {
                    "name": "Greg Anderson",
                    "email": "greg.1.anderson@greenknowe.org"
                },
                {
                    "name": "Jonathan Araña Cruz",
                    "email": "jonhattan@faita.net"
                },
                {
                    "name": "Jonathan Hedstrom",
                    "email": "jhedstrom@gmail.com"
                },
                {
                    "name": "Christopher Gervais",
                    "email": "chris@ergonlogic.com"
                },
                {
                    "name": "Dave Reid",
                    "email": "dave@davereid.net"
                },
                {
                    "name": "Damian Lee",
                    "email": "damiankloip@googlemail.com"
                }
            ],
            "description": "Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.",
            "homepage": "http://www.drush.org",
            "support": {
                "forum": "http://drupal.stackexchange.com/questions/tagged/drush",
                "issues": "https://github.com/drush-ops/drush/issues",
                "security": "https://github.com/drush-ops/drush/security/advisories",
                "slack": "https://drupal.slack.com/messages/C62H9CWQM",
                "source": "https://github.com/drush-ops/drush/tree/13.7.0"
            },
            "funding": [
                {
                    "url": "https://github.com/weitzman",
                    "type": "github"
                }
            ],
            "install-path": "../drush/drush"
        },
        {
            "name": "e0ipso/shaper",
            "version": "1.2.7",
            "version_normalized": "1.2.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/e0ipso/shaper.git",
                "reference": "1d9e726c98d3168d30c1180cd836d13267744fb7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/e0ipso/shaper/zipball/1d9e726c98d3168d30c1180cd836d13267744fb7",
                "reference": "1d9e726c98d3168d30c1180cd836d13267744fb7",
                "shasum": ""
            },
            "require": {
                "justinrainbow/json-schema": "^5.2 || ^6.3"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.4",
                "phpunit/phpcov": "^8.2",
                "phpunit/phpunit": "^9.5"
            },
            "time": "2025-04-04T08:14:01+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Shaper\\": "src",
                    "Shaper\\Tests\\": "tests/src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0"
            ],
            "authors": [
                {
                    "name": "Mateu Aguiló Bosch",
                    "email": "mateu.aguilo.bosch@gmail.com"
                }
            ],
            "description": "Lightweight library to handle in and out transformations in PHP.",
            "support": {
                "issues": "https://github.com/e0ipso/shaper/issues",
                "source": "https://github.com/e0ipso/shaper/tree/1.2.7"
            },
            "install-path": "../e0ipso/shaper"
        },
        {
            "name": "e0ipso/twig-storybook",
            "version": "v1.6.0",
            "version_normalized": "1.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/e0ipso/twig-storybook.git",
                "reference": "b0d9628da8f31b1ac09c1e5dabf39f8273efcf1b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/e0ipso/twig-storybook/zipball/b0d9628da8f31b1ac09c1e5dabf39f8273efcf1b",
                "reference": "b0d9628da8f31b1ac09c1e5dabf39f8273efcf1b",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-mbstring": "*",
                "php": ">=8.1",
                "psr/log": "^1.0 || ^2.0 || ^3.0",
                "symfony/dom-crawler": "^4.4.45 || ^6 || ^7",
                "symfony/http-foundation": "^4.4.45 || ^6 || ^7",
                "symfony/http-kernel": "^4.4.45 || ^6 || ^7",
                "twig/twig": "^2.15.4 || ^3"
            },
            "require-dev": {
                "enlightn/security-checker": "^2",
                "ergebnis/composer-normalize": "^2",
                "nikic/php-parser": "^4",
                "php-parallel-lint/php-parallel-lint": "^1",
                "phpro/grumphp-shim": "^2",
                "phpstan/phpstan": "^2.1",
                "phpunit/phpunit": "^9.5",
                "povils/phpmnd": "^3",
                "squizlabs/php_codesniffer": "^3"
            },
            "time": "2025-03-25T11:27:39+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TwigStorybook\\": "src",
                    "TwigStorybook\\Tests\\": "tests/src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Mateu Aguiló Bosch",
                    "email": "mateu@mateuaguilo.com"
                }
            ],
            "description": "Extends Twig with new \"stories\" and \"story\" tags for easily writing Storybook stories using Twig templates.",
            "support": {
                "issues": "https://github.com/e0ipso/twig-storybook/issues",
                "source": "https://github.com/e0ipso/twig-storybook/tree/v1.6.0"
            },
            "install-path": "../e0ipso/twig-storybook"
        },
        {
            "name": "egulias/email-validator",
            "version": "4.0.4",
            "version_normalized": "4.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/egulias/EmailValidator.git",
                "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
                "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "^2.0 || ^3.0",
                "php": ">=8.1",
                "symfony/polyfill-intl-idn": "^1.26"
            },
            "require-dev": {
                "phpunit/phpunit": "^10.2",
                "vimeo/psalm": "^5.12"
            },
            "suggest": {
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
            },
            "time": "2025-03-06T22:45:56+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Egulias\\EmailValidator\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Eduardo Gulias Davis"
                }
            ],
            "description": "A library for validating emails against several RFCs",
            "homepage": "https://github.com/egulias/EmailValidator",
            "keywords": [
                "email",
                "emailvalidation",
                "emailvalidator",
                "validation",
                "validator"
            ],
            "support": {
                "issues": "https://github.com/egulias/EmailValidator/issues",
                "source": "https://github.com/egulias/EmailValidator/tree/4.0.4"
            },
            "funding": [
                {
                    "url": "https://github.com/egulias",
                    "type": "github"
                }
            ],
            "install-path": "../egulias/email-validator"
        },
        {
            "name": "ezyang/htmlpurifier",
            "version": "v4.19.0",
            "version_normalized": "4.19.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ezyang/htmlpurifier.git",
                "reference": "b287d2a16aceffbf6e0295559b39662612b77fcf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/b287d2a16aceffbf6e0295559b39662612b77fcf",
                "reference": "b287d2a16aceffbf6e0295559b39662612b77fcf",
                "shasum": ""
            },
            "require": {
                "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0"
            },
            "require-dev": {
                "cerdic/css-tidy": "^1.7 || ^2.0",
                "simpletest/simpletest": "dev-master"
            },
            "suggest": {
                "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
                "ext-bcmath": "Used for unit conversion and imagecrash protection",
                "ext-iconv": "Converts text to and from non-UTF-8 encodings",
                "ext-tidy": "Used for pretty-printing HTML"
            },
            "time": "2025-10-17T16:34:55+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "library/HTMLPurifier.composer.php"
                ],
                "psr-0": {
                    "HTMLPurifier": "library/"
                },
                "exclude-from-classmap": [
                    "/library/HTMLPurifier/Language/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Edward Z. Yang",
                    "email": "admin@htmlpurifier.org",
                    "homepage": "http://ezyang.com"
                }
            ],
            "description": "Standards compliant HTML filter written in PHP",
            "homepage": "http://htmlpurifier.org/",
            "keywords": [
                "html"
            ],
            "support": {
                "issues": "https://github.com/ezyang/htmlpurifier/issues",
                "source": "https://github.com/ezyang/htmlpurifier/tree/v4.19.0"
            },
            "install-path": "../ezyang/htmlpurifier"
        },
        {
            "name": "fileeye/mimemap",
            "version": "2.2.3",
            "version_normalized": "2.2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/FileEye/MimeMap.git",
                "reference": "257ab8a9d13fb2e62d900c4d2ef3c3c688e19cfc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FileEye/MimeMap/zipball/257ab8a9d13fb2e62d900c4d2ef3c3c688e19cfc",
                "reference": "257ab8a9d13fb2e62d900c4d2ef3c3c688e19cfc",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "require-dev": {
                "composer-runtime-api": "^2.0.0",
                "sebastian/comparator": ">=5",
                "sebastian/diff": ">=5",
                "symfony/console": ">=6.4",
                "symfony/filesystem": ">=6.4",
                "symfony/var-dumper": ">=6.4",
                "symfony/yaml": ">=6.4"
            },
            "time": "2025-11-16T09:32:53+00:00",
            "bin": [
                "bin/fileeye-mimemap"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "FileEye\\MimeMap\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "description": "A PHP library to handle MIME Content-Type fields and their related file extensions.",
            "homepage": "https://github.com/FileEye/MimeMap",
            "keywords": [
                "mime",
                "mime-database",
                "mime-parser",
                "mime-type"
            ],
            "support": {
                "issues": "https://github.com/FileEye/MimeMap/issues",
                "source": "https://github.com/FileEye/MimeMap/tree/2.2.3"
            },
            "install-path": "../fileeye/mimemap"
        },
        {
            "name": "fileeye/pel",
            "version": "0.12.0",
            "version_normalized": "0.12.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/FileEye/pel.git",
                "reference": "fc531bce31c675ceefbd05b1eeed877915ecde30"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FileEye/pel/zipball/fc531bce31c675ceefbd05b1eeed877915ecde30",
                "reference": "fc531bce31c675ceefbd05b1eeed877915ecde30",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "require-dev": {
                "ext-exif": "*",
                "ext-gd": "*",
                "nunomaduro/phpinsights": "^1 || ^2",
                "phpstan/extension-installer": "^1.4",
                "phpstan/phpstan": "^1 || ^2",
                "phpstan/phpstan-phpunit": "^1 || ^2",
                "phpunit/phpunit": "^10 || ^11 ",
                "rector/rector": "^1 || ^2",
                "squizlabs/php_codesniffer": ">=3.7"
            },
            "time": "2025-01-17T21:19:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "lsolesen\\pel\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0"
            ],
            "authors": [
                {
                    "name": "Lars Olesen",
                    "email": "lars@intraface.dk",
                    "homepage": "http://intraface.dk",
                    "role": "Developer"
                },
                {
                    "name": "Martin Geisler",
                    "email": "martin@geisler.net",
                    "homepage": "http://geisler.net",
                    "role": "Developer"
                }
            ],
            "description": "PHP Exif Library. A library for reading and writing Exif headers in JPEG and TIFF images using PHP.",
            "homepage": "https://github.com/FileEye/pel",
            "keywords": [
                "exif",
                "image"
            ],
            "support": {
                "issues": "https://github.com/FileEye/pel/issues",
                "source": "https://github.com/FileEye/pel/tree/0.12.0"
            },
            "install-path": "../fileeye/pel"
        },
        {
            "name": "goalgorilla/rtseo.js",
            "version": "2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Kingdutch/RTSEO.js.git",
                "reference": "ab5f9c3ff478e0e9d61f5cc3831038e4f22bbbb0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Kingdutch/RTSEO.js/zipball/ab5f9c3ff478e0e9d61f5cc3831038e4f22bbbb0",
                "reference": "ab5f9c3ff478e0e9d61f5cc3831038e4f22bbbb0",
                "shasum": ""
            },
            "time": "2018-01-19T23:11:36+00:00",
            "type": "drupal-library",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0"
            ],
            "description": "Text analysis application for use with the Real-Time SEO Drupal module.",
            "homepage": "https://github.com/goalgorilla/RTSEO.js",
            "support": {
                "source": "https://github.com/Kingdutch/RTSEO.js/tree/2.1.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": "../../docroot/libraries/rtseo.js"
        },
        {
            "name": "google/recaptcha",
            "version": "1.3.1",
            "version_normalized": "1.3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/google/recaptcha.git",
                "reference": "56522c261d2e8c58ba416c90f81a4cd9f2ed89b9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/google/recaptcha/zipball/56522c261d2e8c58ba416c90f81a4cd9f2ed89b9",
                "reference": "56522c261d2e8c58ba416c90f81a4cd9f2ed89b9",
                "shasum": ""
            },
            "require": {
                "php": ">=8"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.14",
                "php-coveralls/php-coveralls": "^2.5",
                "phpunit/phpunit": "^10"
            },
            "time": "2025-06-26T22:21:57+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ReCaptcha\\": "src/ReCaptcha"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.",
            "homepage": "https://www.google.com/recaptcha/",
            "keywords": [
                "Abuse",
                "captcha",
                "recaptcha",
                "spam"
            ],
            "support": {
                "forum": "https://groups.google.com/forum/#!forum/recaptcha",
                "issues": "https://github.com/google/recaptcha/issues",
                "source": "https://github.com/google/recaptcha"
            },
            "install-path": "../google/recaptcha"
        },
        {
            "name": "grasmash/expander",
            "version": "3.0.1",
            "version_normalized": "3.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/grasmash/expander.git",
                "reference": "eea11b9afb0c32483b18b9009f4ca07b770e39f4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/grasmash/expander/zipball/eea11b9afb0c32483b18b9009f4ca07b770e39f4",
                "reference": "eea11b9afb0c32483b18b9009f4ca07b770e39f4",
                "shasum": ""
            },
            "require": {
                "dflydev/dot-access-data": "^3.0.0",
                "php": ">=8.0",
                "psr/log": "^2 | ^3"
            },
            "require-dev": {
                "greg-1-anderson/composer-test-scenarios": "^1",
                "php-coveralls/php-coveralls": "^2.5",
                "phpunit/phpunit": "^9",
                "squizlabs/php_codesniffer": "^3.3"
            },
            "time": "2024-11-25T23:28:05+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Grasmash\\Expander\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matthew Grasmick"
                }
            ],
            "description": "Expands internal property references in PHP arrays file.",
            "support": {
                "issues": "https://github.com/grasmash/expander/issues",
                "source": "https://github.com/grasmash/expander/tree/3.0.1"
            },
            "install-path": "../grasmash/expander"
        },
        {
            "name": "grasmash/yaml-cli",
            "version": "3.2.1",
            "version_normalized": "3.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/grasmash/yaml-cli.git",
                "reference": "09a8860566958a1576cc54bbe910a03477e54971"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/grasmash/yaml-cli/zipball/09a8860566958a1576cc54bbe910a03477e54971",
                "reference": "09a8860566958a1576cc54bbe910a03477e54971",
                "shasum": ""
            },
            "require": {
                "dflydev/dot-access-data": "^3",
                "php": ">=8.0",
                "symfony/console": "^6 || ^7",
                "symfony/filesystem": "^6 || ^7",
                "symfony/yaml": "^6 || ^7"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2",
                "phpunit/phpunit": "^9",
                "squizlabs/php_codesniffer": "^3.0"
            },
            "time": "2024-04-23T02:10:57+00:00",
            "bin": [
                "bin/yaml-cli"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Grasmash\\YamlCli\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matthew Grasmick"
                }
            ],
            "description": "A command line tool for reading and manipulating yaml files.",
            "support": {
                "issues": "https://github.com/grasmash/yaml-cli/issues",
                "source": "https://github.com/grasmash/yaml-cli/tree/3.2.1"
            },
            "install-path": "../grasmash/yaml-cli"
        },
        {
            "name": "guzzlehttp/guzzle",
            "version": "7.10.0",
            "version_normalized": "7.10.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
                "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/promises": "^2.3",
                "guzzlehttp/psr7": "^2.8",
                "php": "^7.2.5 || ^8.0",
                "psr/http-client": "^1.0",
                "symfony/deprecation-contracts": "^2.2 || ^3.0"
            },
            "provide": {
                "psr/http-client-implementation": "1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "ext-curl": "*",
                "guzzle/client-integration-tests": "3.0.2",
                "php-http/message-factory": "^1.1",
                "phpunit/phpunit": "^8.5.39 || ^9.6.20",
                "psr/log": "^1.1 || ^2.0 || ^3.0"
            },
            "suggest": {
                "ext-curl": "Required for CURL handler support",
                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
                "psr/log": "Required for using the Log middleware"
            },
            "time": "2025-08-23T22:36:01+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "GuzzleHttp\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Jeremy Lindblom",
                    "email": "jeremeamia@gmail.com",
                    "homepage": "https://github.com/jeremeamia"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https://github.com/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://github.com/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "Guzzle is a PHP HTTP client library",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "psr-18",
                "psr-7",
                "rest",
                "web service"
            ],
            "support": {
                "issues": "https://github.com/guzzle/guzzle/issues",
                "source": "https://github.com/guzzle/guzzle/tree/7.10.0"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
                    "type": "tidelift"
                }
            ],
            "install-path": "../guzzlehttp/guzzle"
        },
        {
            "name": "guzzlehttp/promises",
            "version": "2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/promises.git",
                "reference": "481557b130ef3790cf82b713667b43030dc9c957"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957",
                "reference": "481557b130ef3790cf82b713667b43030dc9c957",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "phpunit/phpunit": "^8.5.44 || ^9.6.25"
            },
            "time": "2025-08-22T14:34:08+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Promise\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "Guzzle promises library",
            "keywords": [
                "promise"
            ],
            "support": {
                "issues": "https://github.com/guzzle/promises/issues",
                "source": "https://github.com/guzzle/promises/tree/2.3.0"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
                    "type": "tidelift"
                }
            ],
            "install-path": "../guzzlehttp/promises"
        },
        {
            "name": "guzzlehttp/psr7",
            "version": "2.8.0",
            "version_normalized": "2.8.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "21dc724a0583619cd1652f673303492272778051"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051",
                "reference": "21dc724a0583619cd1652f673303492272778051",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.1 || ^2.0",
                "ralouphie/getallheaders": "^3.0"
            },
            "provide": {
                "psr/http-factory-implementation": "1.0",
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "http-interop/http-factory-tests": "0.9.0",
                "phpunit/phpunit": "^8.5.44 || ^9.6.25"
            },
            "suggest": {
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "time": "2025-08-23T21:21:41+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Psr7\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https://github.com/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://github.com/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://sagikazarmark.hu"
                }
            ],
            "description": "PSR-7 message implementation that also provides common utility methods",
            "keywords": [
                "http",
                "message",
                "psr-7",
                "request",
                "response",
                "stream",
                "uri",
                "url"
            ],
            "support": {
                "issues": "https://github.com/guzzle/psr7/issues",
                "source": "https://github.com/guzzle/psr7/tree/2.8.0"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
                    "type": "tidelift"
                }
            ],
            "install-path": "../guzzlehttp/psr7"
        },
        {
            "name": "html2text/html2text",
            "version": "4.3.2",
            "version_normalized": "4.3.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mtibben/html2text.git",
                "reference": "3b443cbe302b52eb5806a21a9dbd79524203970a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mtibben/html2text/zipball/3b443cbe302b52eb5806a21a9dbd79524203970a",
                "reference": "3b443cbe302b52eb5806a21a9dbd79524203970a",
                "shasum": ""
            },
            "require-dev": {
                "phpunit/phpunit": "~4|^9.0"
            },
            "suggest": {
                "ext-mbstring": "For best performance",
                "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
            },
            "time": "2024-08-20T02:43:29+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Html2Text\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Converts HTML to formatted plain text",
            "support": {
                "issues": "https://github.com/mtibben/html2text/issues",
                "source": "https://github.com/mtibben/html2text/tree/4.3.2"
            },
            "install-path": "../html2text/html2text"
        },
        {
            "name": "justinrainbow/json-schema",
            "version": "6.6.3",
            "version_normalized": "6.6.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/jsonrainbow/json-schema.git",
                "reference": "134e98916fa2f663afa623970af345cd788e8967"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/134e98916fa2f663afa623970af345cd788e8967",
                "reference": "134e98916fa2f663afa623970af345cd788e8967",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "marc-mabe/php-enum": "^4.4",
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "3.3.0",
                "json-schema/json-schema-test-suite": "^23.2",
                "marc-mabe/php-enum-phpstan": "^2.0",
                "phpspec/prophecy": "^1.19",
                "phpstan/phpstan": "^1.12",
                "phpunit/phpunit": "^8.5"
            },
            "time": "2025-12-02T10:21:33+00:00",
            "bin": [
                "bin/validate-json"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "6.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "JsonSchema\\": "src/JsonSchema/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bruno Prieto Reis",
                    "email": "bruno.p.reis@gmail.com"
                },
                {
                    "name": "Justin Rainbow",
                    "email": "justin.rainbow@gmail.com"
                },
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch"
                },
                {
                    "name": "Robert Schönthal",
                    "email": "seroscho@googlemail.com"
                }
            ],
            "description": "A library to validate a json schema.",
            "homepage": "https://github.com/jsonrainbow/json-schema",
            "keywords": [
                "json",
                "schema"
            ],
            "support": {
                "issues": "https://github.com/jsonrainbow/json-schema/issues",
                "source": "https://github.com/jsonrainbow/json-schema/tree/6.6.3"
            },
            "install-path": "../justinrainbow/json-schema"
        },
        {
            "name": "laminas/laminas-escaper",
            "version": "2.18.0",
            "version_normalized": "2.18.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-escaper.git",
                "reference": "06f211dfffff18d91844c1f55250d5d13c007e18"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/06f211dfffff18d91844c1f55250d5d13c007e18",
                "reference": "06f211dfffff18d91844c1f55250d5d13c007e18",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-mbstring": "*",
                "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0"
            },
            "conflict": {
                "zendframework/zend-escaper": "*"
            },
            "require-dev": {
                "infection/infection": "^0.31.0",
                "laminas/laminas-coding-standard": "~3.1.0",
                "phpunit/phpunit": "^11.5.42",
                "psalm/plugin-phpunit": "^0.19.5",
                "vimeo/psalm": "^6.13.1"
            },
            "time": "2025-10-14T18:31:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Laminas\\Escaper\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
            "homepage": "https://laminas.dev",
            "keywords": [
                "escaper",
                "laminas"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-escaper/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-escaper/issues",
                "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
                "source": "https://github.com/laminas/laminas-escaper"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "install-path": "../laminas/laminas-escaper"
        },
        {
            "name": "laminas/laminas-feed",
            "version": "2.26.1",
            "version_normalized": "2.26.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-feed.git",
                "reference": "8b651d72f2a4ce0df53e1999de3fe16c78e37a2c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/8b651d72f2a4ce0df53e1999de3fe16c78e37a2c",
                "reference": "8b651d72f2a4ce0df53e1999de3fe16c78e37a2c",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-filter": "*",
                "ext-libxml": "*",
                "laminas/laminas-escaper": "^2.9",
                "laminas/laminas-stdlib": "^3.6",
                "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0"
            },
            "conflict": {
                "laminas/laminas-servicemanager": "<3.3",
                "zendframework/zend-feed": "*"
            },
            "require-dev": {
                "laminas/laminas-cache": "^2.13.2 || ^3.12",
                "laminas/laminas-cache-storage-adapter-memory": "^1.1.0 || ^2.3",
                "laminas/laminas-coding-standard": "~2.5.0",
                "laminas/laminas-db": "^2.18",
                "laminas/laminas-http": "^2.19",
                "laminas/laminas-servicemanager": "^3.22.1",
                "laminas/laminas-validator": "^2.46",
                "phpunit/phpunit": "^10.5.5",
                "psalm/plugin-phpunit": "^0.19.0",
                "psr/http-message": "^2.0",
                "vimeo/psalm": "^5.18.0"
            },
            "suggest": {
                "laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests",
                "laminas/laminas-db": "Laminas\\Db component, for use with PubSubHubbub",
                "laminas/laminas-http": "Laminas\\Http for PubSubHubbub, and optionally for use with Laminas\\Feed\\Reader",
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for easily extending ExtensionManager implementations",
                "laminas/laminas-validator": "Laminas\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent",
                "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Laminas\\Feed\\Reader\\Http\\Psr7ResponseDecorator"
            },
            "time": "2026-03-03T09:55:19+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Laminas\\Feed\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides functionality for creating and consuming RSS and Atom feeds",
            "homepage": "https://laminas.dev",
            "keywords": [
                "atom",
                "feed",
                "laminas",
                "rss"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-feed/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-feed/issues",
                "rss": "https://github.com/laminas/laminas-feed/releases.atom",
                "source": "https://github.com/laminas/laminas-feed"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "install-path": "../laminas/laminas-feed"
        },
        {
            "name": "laminas/laminas-stdlib",
            "version": "3.21.0",
            "version_normalized": "3.21.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-stdlib.git",
                "reference": "b1c81514cfe158aadf724c42b34d3d0a8164c096"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/b1c81514cfe158aadf724c42b34d3d0a8164c096",
                "reference": "b1c81514cfe158aadf724c42b34d3d0a8164c096",
                "shasum": ""
            },
            "require": {
                "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0"
            },
            "conflict": {
                "zendframework/zend-stdlib": "*"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "^3.1.0",
                "phpbench/phpbench": "^1.4.1",
                "phpunit/phpunit": "^11.5.42",
                "psalm/plugin-phpunit": "^0.19.5",
                "vimeo/psalm": "^6.13.1"
            },
            "time": "2025-10-11T18:13:12+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Laminas\\Stdlib\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "SPL extensions, array utilities, error handlers, and more",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "stdlib"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-stdlib/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-stdlib/issues",
                "rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
                "source": "https://github.com/laminas/laminas-stdlib"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "install-path": "../laminas/laminas-stdlib"
        },
        {
            "name": "laravel/prompts",
            "version": "v0.3.8",
            "version_normalized": "0.3.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laravel/prompts.git",
                "reference": "096748cdfb81988f60090bbb839ce3205ace0d35"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laravel/prompts/zipball/096748cdfb81988f60090bbb839ce3205ace0d35",
                "reference": "096748cdfb81988f60090bbb839ce3205ace0d35",
                "shasum": ""
            },
            "require": {
                "composer-runtime-api": "^2.2",
                "ext-mbstring": "*",
                "php": "^8.1",
                "symfony/console": "^6.2|^7.0"
            },
            "conflict": {
                "illuminate/console": ">=10.17.0 <10.25.0",
                "laravel/framework": ">=10.17.0 <10.25.0"
            },
            "require-dev": {
                "illuminate/collections": "^10.0|^11.0|^12.0",
                "mockery/mockery": "^1.5",
                "pestphp/pest": "^2.3|^3.4|^4.0",
                "phpstan/phpstan": "^1.12.28",
                "phpstan/phpstan-mockery": "^1.1.3"
            },
            "suggest": {
                "ext-pcntl": "Required for the spinner to be animated."
            },
            "time": "2025-11-21T20:52:52+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "0.3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/helpers.php"
                ],
                "psr-4": {
                    "Laravel\\Prompts\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Add beautiful and user-friendly forms to your command-line applications.",
            "support": {
                "issues": "https://github.com/laravel/prompts/issues",
                "source": "https://github.com/laravel/prompts/tree/v0.3.8"
            },
            "install-path": "../laravel/prompts"
        },
        {
            "name": "lcobucci/clock",
            "version": "3.5.0",
            "version_normalized": "3.5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/lcobucci/clock.git",
                "reference": "a3139d9e97d47826f27e6a17bb63f13621f86058"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/lcobucci/clock/zipball/a3139d9e97d47826f27e6a17bb63f13621f86058",
                "reference": "a3139d9e97d47826f27e6a17bb63f13621f86058",
                "shasum": ""
            },
            "require": {
                "php": "~8.3.0 || ~8.4.0 || ~8.5.0",
                "psr/clock": "^1.0"
            },
            "provide": {
                "psr/clock-implementation": "1.0"
            },
            "require-dev": {
                "infection/infection": "^0.31",
                "lcobucci/coding-standard": "^11.2.0",
                "phpstan/extension-installer": "^1.3.1",
                "phpstan/phpstan": "^2.0.0",
                "phpstan/phpstan-deprecation-rules": "^2.0.0",
                "phpstan/phpstan-phpunit": "^2.0.0",
                "phpstan/phpstan-strict-rules": "^2.0.0",
                "phpunit/phpunit": "^12.0.0"
            },
            "time": "2025-10-27T09:03:17+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Lcobucci\\Clock\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Luís Cobucci",
                    "email": "lcobucci@gmail.com"
                }
            ],
            "description": "Yet another clock abstraction",
            "support": {
                "issues": "https://github.com/lcobucci/clock/issues",
                "source": "https://github.com/lcobucci/clock/tree/3.5.0"
            },
            "funding": [
                {
                    "url": "https://github.com/lcobucci",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/lcobucci",
                    "type": "patreon"
                }
            ],
            "install-path": "../lcobucci/clock"
        },
        {
            "name": "lcobucci/jwt",
            "version": "5.6.0",
            "version_normalized": "5.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/lcobucci/jwt.git",
                "reference": "bb3e9f21e4196e8afc41def81ef649c164bca25e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/lcobucci/jwt/zipball/bb3e9f21e4196e8afc41def81ef649c164bca25e",
                "reference": "bb3e9f21e4196e8afc41def81ef649c164bca25e",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "ext-sodium": "*",
                "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
                "psr/clock": "^1.0"
            },
            "require-dev": {
                "infection/infection": "^0.29",
                "lcobucci/clock": "^3.2",
                "lcobucci/coding-standard": "^11.0",
                "phpbench/phpbench": "^1.2",
                "phpstan/extension-installer": "^1.2",
                "phpstan/phpstan": "^1.10.7",
                "phpstan/phpstan-deprecation-rules": "^1.1.3",
                "phpstan/phpstan-phpunit": "^1.3.10",
                "phpstan/phpstan-strict-rules": "^1.5.0",
                "phpunit/phpunit": "^11.1"
            },
            "suggest": {
                "lcobucci/clock": ">= 3.2"
            },
            "time": "2025-10-17T11:30:53+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Lcobucci\\JWT\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Luís Cobucci",
                    "email": "lcobucci@gmail.com",
                    "role": "Developer"
                }
            ],
            "description": "A simple library to work with JSON Web Token and JSON Web Signature",
            "keywords": [
                "JWS",
                "jwt"
            ],
            "support": {
                "issues": "https://github.com/lcobucci/jwt/issues",
                "source": "https://github.com/lcobucci/jwt/tree/5.6.0"
            },
            "funding": [
                {
                    "url": "https://github.com/lcobucci",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/lcobucci",
                    "type": "patreon"
                }
            ],
            "install-path": "../lcobucci/jwt"
        },
        {
            "name": "league/commonmark",
            "version": "2.8.0",
            "version_normalized": "2.8.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/commonmark.git",
                "reference": "4efa10c1e56488e658d10adf7b7b7dcd19940bfb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/4efa10c1e56488e658d10adf7b7b7dcd19940bfb",
                "reference": "4efa10c1e56488e658d10adf7b7b7dcd19940bfb",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "league/config": "^1.1.1",
                "php": "^7.4 || ^8.0",
                "psr/event-dispatcher": "^1.0",
                "symfony/deprecation-contracts": "^2.1 || ^3.0",
                "symfony/polyfill-php80": "^1.16"
            },
            "require-dev": {
                "cebe/markdown": "^1.0",
                "commonmark/cmark": "0.31.1",
                "commonmark/commonmark.js": "0.31.1",
                "composer/package-versions-deprecated": "^1.8",
                "embed/embed": "^4.4",
                "erusev/parsedown": "^1.0",
                "ext-json": "*",
                "github/gfm": "0.29.0",
                "michelf/php-markdown": "^1.4 || ^2.0",
                "nyholm/psr7": "^1.5",
                "phpstan/phpstan": "^1.8.2",
                "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
                "scrutinizer/ocular": "^1.8.1",
                "symfony/finder": "^5.3 | ^6.0 | ^7.0",
                "symfony/process": "^5.4 | ^6.0 | ^7.0",
                "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0",
                "unleashedtech/php-coding-standard": "^3.1.1",
                "vimeo/psalm": "^4.24.0 || ^5.0.0 || ^6.0.0"
            },
            "suggest": {
                "symfony/yaml": "v2.3+ required if using the Front Matter extension"
            },
            "time": "2025-11-26T21:48:24+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.9-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\CommonMark\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Colin O'Dell",
                    "email": "colinodell@gmail.com",
                    "homepage": "https://www.colinodell.com",
                    "role": "Lead Developer"
                }
            ],
            "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
            "homepage": "https://commonmark.thephpleague.com",
            "keywords": [
                "commonmark",
                "flavored",
                "gfm",
                "github",
                "github-flavored",
                "markdown",
                "md",
                "parser"
            ],
            "support": {
                "docs": "https://commonmark.thephpleague.com/",
                "forum": "https://github.com/thephpleague/commonmark/discussions",
                "issues": "https://github.com/thephpleague/commonmark/issues",
                "rss": "https://github.com/thephpleague/commonmark/releases.atom",
                "source": "https://github.com/thephpleague/commonmark"
            },
            "funding": [
                {
                    "url": "https://www.colinodell.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://www.paypal.me/colinpodell/10.00",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/colinodell",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
                    "type": "tidelift"
                }
            ],
            "install-path": "../league/commonmark"
        },
        {
            "name": "league/config",
            "version": "v1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/config.git",
                "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
                "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
                "shasum": ""
            },
            "require": {
                "dflydev/dot-access-data": "^3.0.1",
                "nette/schema": "^1.2",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.8.2",
                "phpunit/phpunit": "^9.5.5",
                "scrutinizer/ocular": "^1.8.1",
                "unleashedtech/php-coding-standard": "^3.1",
                "vimeo/psalm": "^4.7.3"
            },
            "time": "2022-12-11T20:36:23+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.2-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\Config\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Colin O'Dell",
                    "email": "colinodell@gmail.com",
                    "homepage": "https://www.colinodell.com",
                    "role": "Lead Developer"
                }
            ],
            "description": "Define configuration arrays with strict schemas and access values with dot notation",
            "homepage": "https://config.thephpleague.com",
            "keywords": [
                "array",
                "config",
                "configuration",
                "dot",
                "dot-access",
                "nested",
                "schema"
            ],
            "support": {
                "docs": "https://config.thephpleague.com/",
                "issues": "https://github.com/thephpleague/config/issues",
                "rss": "https://github.com/thephpleague/config/releases.atom",
                "source": "https://github.com/thephpleague/config"
            },
            "funding": [
                {
                    "url": "https://www.colinodell.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://www.paypal.me/colinpodell/10.00",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/colinodell",
                    "type": "github"
                }
            ],
            "install-path": "../league/config"
        },
        {
            "name": "league/container",
            "version": "4.2.5",
            "version_normalized": "4.2.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/container.git",
                "reference": "d3cebb0ff4685ff61c749e54b27db49319e2ec00"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/container/zipball/d3cebb0ff4685ff61c749e54b27db49319e2ec00",
                "reference": "d3cebb0ff4685ff61c749e54b27db49319e2ec00",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0",
                "psr/container": "^1.1 || ^2.0"
            },
            "provide": {
                "psr/container-implementation": "^1.0"
            },
            "replace": {
                "orno/di": "~2.0"
            },
            "require-dev": {
                "nette/php-generator": "^3.4",
                "nikic/php-parser": "^4.10",
                "phpstan/phpstan": "^0.12.47",
                "phpunit/phpunit": "^8.5.17",
                "roave/security-advisories": "dev-latest",
                "scrutinizer/ocular": "^1.8",
                "squizlabs/php_codesniffer": "^3.6"
            },
            "time": "2025-05-20T12:55:37+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev",
                    "dev-2.x": "2.x-dev",
                    "dev-3.x": "3.x-dev",
                    "dev-4.x": "4.x-dev",
                    "dev-master": "4.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\Container\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Phil Bennett",
                    "email": "mail@philbennett.co.uk",
                    "role": "Developer"
                }
            ],
            "description": "A fast and intuitive dependency injection container.",
            "homepage": "https://github.com/thephpleague/container",
            "keywords": [
                "container",
                "dependency",
                "di",
                "injection",
                "league",
                "provider",
                "service"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/container/issues",
                "source": "https://github.com/thephpleague/container/tree/4.2.5"
            },
            "funding": [
                {
                    "url": "https://github.com/philipobenito",
                    "type": "github"
                }
            ],
            "install-path": "../league/container"
        },
        {
            "name": "league/event",
            "version": "3.0.3",
            "version_normalized": "3.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/event.git",
                "reference": "ec38ff7ea10cad7d99a79ac937fbcffb9334c210"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/event/zipball/ec38ff7ea10cad7d99a79ac937fbcffb9334c210",
                "reference": "ec38ff7ea10cad7d99a79ac937fbcffb9334c210",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0",
                "psr/event-dispatcher": "^1.0"
            },
            "provide": {
                "psr/event-dispatcher-implementation": "1.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.16",
                "phpstan/phpstan": "^0.12.45",
                "phpunit/phpunit": "^8.5"
            },
            "time": "2024-09-04T16:06:53+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\Event\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frank de Jonge",
                    "email": "info@frenky.net"
                }
            ],
            "description": "Event package",
            "keywords": [
                "emitter",
                "event",
                "listener"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/event/issues",
                "source": "https://github.com/thephpleague/event/tree/3.0.3"
            },
            "install-path": "../league/event"
        },
        {
            "name": "league/html-to-markdown",
            "version": "5.1.1",
            "version_normalized": "5.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/html-to-markdown.git",
                "reference": "0b4066eede55c48f38bcee4fb8f0aa85654390fd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/0b4066eede55c48f38bcee4fb8f0aa85654390fd",
                "reference": "0b4066eede55c48f38bcee4fb8f0aa85654390fd",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-xml": "*",
                "php": "^7.2.5 || ^8.0"
            },
            "require-dev": {
                "mikehaertl/php-shellcommand": "^1.1.0",
                "phpstan/phpstan": "^1.8.8",
                "phpunit/phpunit": "^8.5 || ^9.2",
                "scrutinizer/ocular": "^1.6",
                "unleashedtech/php-coding-standard": "^2.7 || ^3.0",
                "vimeo/psalm": "^4.22 || ^5.0"
            },
            "time": "2023-07-12T21:21:09+00:00",
            "bin": [
                "bin/html-to-markdown"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.2-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\HTMLToMarkdown\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Colin O'Dell",
                    "email": "colinodell@gmail.com",
                    "homepage": "https://www.colinodell.com",
                    "role": "Lead Developer"
                },
                {
                    "name": "Nick Cernis",
                    "email": "nick@cern.is",
                    "homepage": "http://modernnerd.net",
                    "role": "Original Author"
                }
            ],
            "description": "An HTML-to-markdown conversion helper for PHP",
            "homepage": "https://github.com/thephpleague/html-to-markdown",
            "keywords": [
                "html",
                "markdown"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/html-to-markdown/issues",
                "source": "https://github.com/thephpleague/html-to-markdown/tree/5.1.1"
            },
            "funding": [
                {
                    "url": "https://www.colinodell.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://www.paypal.me/colinpodell/10.00",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/colinodell",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/league/html-to-markdown",
                    "type": "tidelift"
                }
            ],
            "install-path": "../league/html-to-markdown"
        },
        {
            "name": "league/oauth2-client",
            "version": "2.9.0",
            "version_normalized": "2.9.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/oauth2-client.git",
                "reference": "26e8c5da4f3d78cede7021e09b1330a0fc093d5e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/26e8c5da4f3d78cede7021e09b1330a0fc093d5e",
                "reference": "26e8c5da4f3d78cede7021e09b1330a0fc093d5e",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
                "php": "^7.1 || >=8.0.0 <8.6.0"
            },
            "require-dev": {
                "mockery/mockery": "^1.3.5",
                "php-parallel-lint/php-parallel-lint": "^1.4",
                "phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11",
                "squizlabs/php_codesniffer": "^3.11"
            },
            "time": "2025-11-25T22:17:17+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\OAuth2\\Client\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alex Bilbie",
                    "email": "hello@alexbilbie.com",
                    "homepage": "http://www.alexbilbie.com",
                    "role": "Developer"
                },
                {
                    "name": "Woody Gilk",
                    "homepage": "https://github.com/shadowhand",
                    "role": "Contributor"
                }
            ],
            "description": "OAuth 2.0 Client Library",
            "keywords": [
                "Authentication",
                "SSO",
                "authorization",
                "identity",
                "idp",
                "oauth",
                "oauth2",
                "single sign on"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/oauth2-client/issues",
                "source": "https://github.com/thephpleague/oauth2-client/tree/2.9.0"
            },
            "install-path": "../league/oauth2-client"
        },
        {
            "name": "league/oauth2-facebook",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/oauth2-facebook.git",
                "reference": "ec6d62a00b548c6cd56d7b734346b9e6befbfbbb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/oauth2-facebook/zipball/ec6d62a00b548c6cd56d7b734346b9e6befbfbbb",
                "reference": "ec6d62a00b548c6cd56d7b734346b9e6befbfbbb",
                "shasum": ""
            },
            "require": {
                "league/oauth2-client": "^2.0",
                "php": ">=7.3"
            },
            "require-dev": {
                "ext-json": "*",
                "mockery/mockery": "~1.3.0",
                "phpunit/phpunit": "^9.4",
                "squizlabs/php_codesniffer": "~3.0"
            },
            "time": "2022-02-24T18:45:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\OAuth2\\Client\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sammy Kaye Powers",
                    "email": "me@sammyk.me",
                    "homepage": "http://www.sammyk.me"
                }
            ],
            "description": "Facebook OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
            "keywords": [
                "Authentication",
                "authorization",
                "client",
                "facebook",
                "oauth",
                "oauth2"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/oauth2-facebook/issues",
                "source": "https://github.com/thephpleague/oauth2-facebook/tree/2.2.0"
            },
            "install-path": "../league/oauth2-facebook"
        },
        {
            "name": "league/oauth2-google",
            "version": "4.1.0",
            "version_normalized": "4.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/oauth2-google.git",
                "reference": "8b9bb43740ac6d994aca881a35f7bacbe98c0ffb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/oauth2-google/zipball/8b9bb43740ac6d994aca881a35f7bacbe98c0ffb",
                "reference": "8b9bb43740ac6d994aca881a35f7bacbe98c0ffb",
                "shasum": ""
            },
            "require": {
                "league/oauth2-client": "^2.0",
                "php": "^7.3 || ^8.0"
            },
            "require-dev": {
                "eloquent/phony-phpunit": "^6.0 || ^7.1",
                "phpunit/phpunit": "^8.0 || ^9.0",
                "squizlabs/php_codesniffer": "^3.0"
            },
            "time": "2025-12-15T12:24:14+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\OAuth2\\Client\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Woody Gilk",
                    "email": "hello@shadowhand.com",
                    "homepage": "https://shadowhand.com"
                }
            ],
            "description": "Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
            "keywords": [
                "Authentication",
                "authorization",
                "client",
                "google",
                "oauth",
                "oauth2"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/oauth2-google/issues",
                "source": "https://github.com/thephpleague/oauth2-google/tree/4.1.0"
            },
            "install-path": "../league/oauth2-google"
        },
        {
            "name": "league/oauth2-linkedin",
            "version": "5.1.2",
            "version_normalized": "5.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/oauth2-linkedin.git",
                "reference": "f9ab661ca37884067ca286412b6c17304d3c2fac"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/oauth2-linkedin/zipball/f9ab661ca37884067ca286412b6c17304d3c2fac",
                "reference": "f9ab661ca37884067ca286412b6c17304d3c2fac",
                "shasum": ""
            },
            "require": {
                "league/oauth2-client": "^2.0"
            },
            "require-dev": {
                "ext-json": "*",
                "mockery/mockery": "~0.9",
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "~2.0"
            },
            "time": "2020-04-20T13:59:44+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\OAuth2\\Client\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Steven Maguire",
                    "email": "stevenmaguire@gmail.com",
                    "homepage": "https://github.com/stevenmaguire"
                }
            ],
            "description": "LinkedIn OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
            "keywords": [
                "authorisation",
                "authorization",
                "client",
                "linkedin",
                "oauth",
                "oauth2"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/oauth2-linkedin/issues",
                "source": "https://github.com/thephpleague/oauth2-linkedin/tree/5.1.2"
            },
            "install-path": "../league/oauth2-linkedin"
        },
        {
            "name": "league/oauth2-server",
            "version": "9.3.0",
            "version_normalized": "9.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/oauth2-server.git",
                "reference": "d8e2f39f645a82b207bbac441694d6e6079357cb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/d8e2f39f645a82b207bbac441694d6e6079357cb",
                "reference": "d8e2f39f645a82b207bbac441694d6e6079357cb",
                "shasum": ""
            },
            "require": {
                "defuse/php-encryption": "^2.4",
                "ext-json": "*",
                "ext-openssl": "*",
                "lcobucci/clock": "^2.3 || ^3.0",
                "lcobucci/jwt": "^5.0",
                "league/event": "^3.0",
                "league/uri": "^7.0",
                "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0  || ~8.5.0",
                "psr/http-message": "^2.0",
                "psr/http-server-middleware": "^1.0"
            },
            "replace": {
                "league/oauth2server": "*",
                "lncd/oauth2": "*"
            },
            "require-dev": {
                "laminas/laminas-diactoros": "^3.5",
                "php-parallel-lint/php-parallel-lint": "^1.3.2",
                "phpstan/extension-installer": "^1.3.1",
                "phpstan/phpstan": "^1.12|^2.0",
                "phpstan/phpstan-deprecation-rules": "^1.1.4|^2.0",
                "phpstan/phpstan-phpunit": "^1.3.15|^2.0",
                "phpstan/phpstan-strict-rules": "^1.5.2|^2.0",
                "phpunit/phpunit": "^10.5|^11.5|^12.0",
                "roave/security-advisories": "dev-master",
                "slevomat/coding-standard": "^8.14.1",
                "squizlabs/php_codesniffer": "^3.8"
            },
            "time": "2025-11-25T22:51:15+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\OAuth2\\Server\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alex Bilbie",
                    "email": "hello@alexbilbie.com",
                    "homepage": "http://www.alexbilbie.com",
                    "role": "Developer"
                },
                {
                    "name": "Andy Millington",
                    "email": "andrew@noexceptions.io",
                    "homepage": "https://www.noexceptions.io",
                    "role": "Developer"
                }
            ],
            "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.",
            "homepage": "https://oauth2.thephpleague.com/",
            "keywords": [
                "Authentication",
                "api",
                "auth",
                "authorisation",
                "authorization",
                "oauth",
                "oauth 2",
                "oauth 2.0",
                "oauth2",
                "protect",
                "resource",
                "secure",
                "server"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/oauth2-server/issues",
                "source": "https://github.com/thephpleague/oauth2-server/tree/9.3.0"
            },
            "funding": [
                {
                    "url": "https://github.com/sephster",
                    "type": "github"
                }
            ],
            "install-path": "../league/oauth2-server"
        },
        {
            "name": "league/uri",
            "version": "7.7.0",
            "version_normalized": "7.7.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/uri.git",
                "reference": "8d587cddee53490f9b82bf203d3a9aa7ea4f9807"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/uri/zipball/8d587cddee53490f9b82bf203d3a9aa7ea4f9807",
                "reference": "8d587cddee53490f9b82bf203d3a9aa7ea4f9807",
                "shasum": ""
            },
            "require": {
                "league/uri-interfaces": "^7.7",
                "php": "^8.1",
                "psr/http-factory": "^1"
            },
            "conflict": {
                "league/uri-schemes": "^1.0"
            },
            "suggest": {
                "ext-bcmath": "to improve IPV4 host parsing",
                "ext-dom": "to convert the URI into an HTML anchor tag",
                "ext-fileinfo": "to create Data URI from file contennts",
                "ext-gmp": "to improve IPV4 host parsing",
                "ext-intl": "to handle IDN host with the best performance",
                "ext-uri": "to use the PHP native URI class",
                "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
                "league/uri-components": "Needed to easily manipulate URI objects components",
                "league/uri-polyfill": "Needed to backport the PHP URI extension for older versions of PHP",
                "php-64bit": "to improve IPV4 host parsing",
                "rowbot/url": "to handle WHATWG URL",
                "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
            },
            "time": "2025-12-07T16:02:06+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "7.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\Uri\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ignace Nyamagana Butera",
                    "email": "nyamsprod@gmail.com",
                    "homepage": "https://nyamsprod.com"
                }
            ],
            "description": "URI manipulation library",
            "homepage": "https://uri.thephpleague.com",
            "keywords": [
                "URN",
                "data-uri",
                "file-uri",
                "ftp",
                "hostname",
                "http",
                "https",
                "middleware",
                "parse_str",
                "parse_url",
                "psr-7",
                "query-string",
                "querystring",
                "rfc2141",
                "rfc3986",
                "rfc3987",
                "rfc6570",
                "rfc8141",
                "uri",
                "uri-template",
                "url",
                "ws"
            ],
            "support": {
                "docs": "https://uri.thephpleague.com",
                "forum": "https://thephpleague.slack.com",
                "issues": "https://github.com/thephpleague/uri-src/issues",
                "source": "https://github.com/thephpleague/uri/tree/7.7.0"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/nyamsprod",
                    "type": "github"
                }
            ],
            "install-path": "../league/uri"
        },
        {
            "name": "league/uri-interfaces",
            "version": "7.7.0",
            "version_normalized": "7.7.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/uri-interfaces.git",
                "reference": "62ccc1a0435e1c54e10ee6022df28d6c04c2946c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/62ccc1a0435e1c54e10ee6022df28d6c04c2946c",
                "reference": "62ccc1a0435e1c54e10ee6022df28d6c04c2946c",
                "shasum": ""
            },
            "require": {
                "ext-filter": "*",
                "php": "^8.1",
                "psr/http-message": "^1.1 || ^2.0"
            },
            "suggest": {
                "ext-bcmath": "to improve IPV4 host parsing",
                "ext-gmp": "to improve IPV4 host parsing",
                "ext-intl": "to handle IDN host with the best performance",
                "php-64bit": "to improve IPV4 host parsing",
                "rowbot/url": "to handle WHATWG URL",
                "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
            },
            "time": "2025-12-07T16:03:21+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "7.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\Uri\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ignace Nyamagana Butera",
                    "email": "nyamsprod@gmail.com",
                    "homepage": "https://nyamsprod.com"
                }
            ],
            "description": "Common tools for parsing and resolving RFC3987/RFC3986 URI",
            "homepage": "https://uri.thephpleague.com",
            "keywords": [
                "data-uri",
                "file-uri",
                "ftp",
                "hostname",
                "http",
                "https",
                "parse_str",
                "parse_url",
                "psr-7",
                "query-string",
                "querystring",
                "rfc3986",
                "rfc3987",
                "rfc6570",
                "uri",
                "url",
                "ws"
            ],
            "support": {
                "docs": "https://uri.thephpleague.com",
                "forum": "https://thephpleague.slack.com",
                "issues": "https://github.com/thephpleague/uri-src/issues",
                "source": "https://github.com/thephpleague/uri-interfaces/tree/7.7.0"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/nyamsprod",
                    "type": "github"
                }
            ],
            "install-path": "../league/uri-interfaces"
        },
        {
            "name": "marc-mabe/php-enum",
            "version": "v4.7.2",
            "version_normalized": "4.7.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/marc-mabe/php-enum.git",
                "reference": "bb426fcdd65c60fb3638ef741e8782508fda7eef"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/marc-mabe/php-enum/zipball/bb426fcdd65c60fb3638ef741e8782508fda7eef",
                "reference": "bb426fcdd65c60fb3638ef741e8782508fda7eef",
                "shasum": ""
            },
            "require": {
                "ext-reflection": "*",
                "php": "^7.1 | ^8.0"
            },
            "require-dev": {
                "phpbench/phpbench": "^0.16.10 || ^1.0.4",
                "phpstan/phpstan": "^1.3.1",
                "phpunit/phpunit": "^7.5.20 | ^8.5.22 | ^9.5.11",
                "vimeo/psalm": "^4.17.0 | ^5.26.1"
            },
            "time": "2025-09-14T11:18:39+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-3.x": "3.2-dev",
                    "dev-master": "4.7-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MabeEnum\\": "src/"
                },
                "classmap": [
                    "stubs/Stringable.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Marc Bennewitz",
                    "email": "dev@mabe.berlin",
                    "homepage": "https://mabe.berlin/",
                    "role": "Lead"
                }
            ],
            "description": "Simple and fast implementation of enumerations with native PHP",
            "homepage": "https://github.com/marc-mabe/php-enum",
            "keywords": [
                "enum",
                "enum-map",
                "enum-set",
                "enumeration",
                "enumerator",
                "enummap",
                "enumset",
                "map",
                "set",
                "type",
                "type-hint",
                "typehint"
            ],
            "support": {
                "issues": "https://github.com/marc-mabe/php-enum/issues",
                "source": "https://github.com/marc-mabe/php-enum/tree/v4.7.2"
            },
            "install-path": "../marc-mabe/php-enum"
        },
        {
            "name": "masterminds/html5",
            "version": "2.10.0",
            "version_normalized": "2.10.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Masterminds/html5-php.git",
                "reference": "fcf91eb64359852f00d921887b219479b4f21251"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/fcf91eb64359852f00d921887b219479b4f21251",
                "reference": "fcf91eb64359852f00d921887b219479b4f21251",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9"
            },
            "time": "2025-07-25T09:04:22+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Masterminds\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matt Butcher",
                    "email": "technosophos@gmail.com"
                },
                {
                    "name": "Matt Farina",
                    "email": "matt@mattfarina.com"
                },
                {
                    "name": "Asmir Mustafic",
                    "email": "goetas@gmail.com"
                }
            ],
            "description": "An HTML5 parser and serializer.",
            "homepage": "http://masterminds.github.io/html5-php",
            "keywords": [
                "HTML5",
                "dom",
                "html",
                "parser",
                "querypath",
                "serializer",
                "xml"
            ],
            "support": {
                "issues": "https://github.com/Masterminds/html5-php/issues",
                "source": "https://github.com/Masterminds/html5-php/tree/2.10.0"
            },
            "install-path": "../masterminds/html5"
        },
        {
            "name": "mck89/peast",
            "version": "v1.17.4",
            "version_normalized": "1.17.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mck89/peast.git",
                "reference": "c6a63f32410d2e4ee2cd20fe94b35af147fb852d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mck89/peast/zipball/c6a63f32410d2e4ee2cd20fe94b35af147fb852d",
                "reference": "c6a63f32410d2e4ee2cd20fe94b35af147fb852d",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
            },
            "time": "2025-10-10T12:53:17+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.17.4-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Peast\\": "lib/Peast/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Marco Marchiò",
                    "email": "marco.mm89@gmail.com"
                }
            ],
            "description": "Peast is PHP library that generates AST for JavaScript code",
            "support": {
                "issues": "https://github.com/mck89/peast/issues",
                "source": "https://github.com/mck89/peast/tree/v1.17.4"
            },
            "install-path": "../mck89/peast"
        },
        {
            "name": "mkalkbrenner/php-htmldiff-advanced",
            "version": "0.0.8",
            "version_normalized": "0.0.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mkalkbrenner/php-htmldiff.git",
                "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mkalkbrenner/php-htmldiff/zipball/3a714b48c9c3d3730baaf6d3949691e654cd37c9",
                "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9",
                "shasum": ""
            },
            "require": {
                "caxy/php-htmldiff": ">=0.0.6",
                "php": ">=5.5.0"
            },
            "time": "2016-07-25T17:07:32+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/HtmlDiffAdvancedInterface.php",
                    "src/HtmlDiffAdvanced.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GNU General Public License V2"
            ],
            "description": "An add-on for the php-htmldiff library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
            "homepage": "https://github.com/mkalkbrenner/php-htmldiff",
            "keywords": [
                "diff",
                "html"
            ],
            "support": {
                "issues": "https://github.com/mkalkbrenner/php-htmldiff/issues",
                "source": "https://github.com/mkalkbrenner/php-htmldiff/tree/master"
            },
            "install-path": "../mkalkbrenner/php-htmldiff-advanced"
        },
        {
            "name": "mtownsend/xml-to-array",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mtownsend5512/xml-to-array.git",
                "reference": "0734720a8462dba36d90fb8b2723bf46af0091f4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mtownsend5512/xml-to-array/zipball/0734720a8462dba36d90fb8b2723bf46af0091f4",
                "reference": "0734720a8462dba36d90fb8b2723bf46af0091f4",
                "shasum": ""
            },
            "require": {
                "php": "~7.0|~8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.4"
            },
            "time": "2021-02-27T22:39:18+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/helpers.php"
                ],
                "psr-4": {
                    "Mtownsend\\XmlToArray\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mark Townsend",
                    "email": "mtownsend5512@gmail.com",
                    "role": "Developer"
                }
            ],
            "description": "Easily convert valid xml to a php array.",
            "keywords": [
                "array",
                "convert",
                "laravel",
                "xml"
            ],
            "support": {
                "issues": "https://github.com/mtownsend5512/xml-to-array/issues",
                "source": "https://github.com/mtownsend5512/xml-to-array/tree/2.0.0"
            },
            "install-path": "../mtownsend/xml-to-array"
        },
        {
            "name": "neilime/php-css-lint",
            "version": "v3.2.0",
            "version_normalized": "3.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/neilime/php-css-lint.git",
                "reference": "08adc7b55af6ae5bf671ac5b105620dc6e6c55c0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/neilime/php-css-lint/zipball/08adc7b55af6ae5bf671ac5b105620dc6e6c55c0",
                "reference": "08adc7b55af6ae5bf671ac5b105620dc6e6c55c0",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=8.0"
            },
            "require-dev": {
                "mikey179/vfsstream": "^1.6",
                "pcov/clobber": "^2.0",
                "phpstan/extension-installer": "^1.1",
                "phpstan/phpstan": "^0.12",
                "phpstan/phpstan-phpunit": "^0.12",
                "phpunit/phpunit": "^9.5.27",
                "slam/phpstan-laminas-framework": "^0.12",
                "squizlabs/php_codesniffer": "^3.7"
            },
            "time": "2023-06-19T16:35:21+00:00",
            "bin": [
                "scripts/php-css-lint"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                },
                "patches_applied": {
                    "fix: #3498301 PHP 8.4 compatibility to fix PHP 8.4 deprecation warning for implicit nullable parameter in CssLint Linter": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/php-css-lint--2025-12-21--3498301.patch"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "CssLint\\": "src/CssLint"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Neilime",
                    "homepage": "https://github.com/neilime",
                    "role": "Developer"
                }
            ],
            "description": "Powerful & memory efficient CSS linter for PHP",
            "homepage": "https://neilime.github.io/php-css-lint/",
            "keywords": [
                "css",
                "lint",
                "linter",
                "syntax",
                "validation"
            ],
            "support": {
                "issues": "https://github.com/neilime/php-css-lint/issues",
                "source": "https://github.com/neilime/php-css-lint/tree/v3.2.0"
            },
            "funding": [
                {
                    "url": "https://github.com/neilime",
                    "type": "github"
                }
            ],
            "install-path": "../neilime/php-css-lint"
        },
        {
            "name": "nette/schema",
            "version": "v1.3.3",
            "version_normalized": "1.3.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/schema.git",
                "reference": "2befc2f42d7c715fd9d95efc31b1081e5d765004"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/schema/zipball/2befc2f42d7c715fd9d95efc31b1081e5d765004",
                "reference": "2befc2f42d7c715fd9d95efc31b1081e5d765004",
                "shasum": ""
            },
            "require": {
                "nette/utils": "^4.0",
                "php": "8.1 - 8.5"
            },
            "require-dev": {
                "nette/tester": "^2.5.2",
                "phpstan/phpstan-nette": "^2.0@stable",
                "tracy/tracy": "^2.8"
            },
            "time": "2025-10-30T22:57:59+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Nette\\": "src"
                },
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0-only",
                "GPL-3.0-only"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "📐 Nette Schema: validating data structures against a given Schema.",
            "homepage": "https://nette.org",
            "keywords": [
                "config",
                "nette"
            ],
            "support": {
                "issues": "https://github.com/nette/schema/issues",
                "source": "https://github.com/nette/schema/tree/v1.3.3"
            },
            "install-path": "../nette/schema"
        },
        {
            "name": "nette/utils",
            "version": "v4.1.1",
            "version_normalized": "4.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/utils.git",
                "reference": "c99059c0315591f1a0db7ad6002000288ab8dc72"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/utils/zipball/c99059c0315591f1a0db7ad6002000288ab8dc72",
                "reference": "c99059c0315591f1a0db7ad6002000288ab8dc72",
                "shasum": ""
            },
            "require": {
                "php": "8.2 - 8.5"
            },
            "conflict": {
                "nette/finder": "<3",
                "nette/schema": "<1.2.2"
            },
            "require-dev": {
                "jetbrains/phpstorm-attributes": "^1.2",
                "nette/tester": "^2.5",
                "phpstan/phpstan-nette": "^2.0@stable",
                "tracy/tracy": "^2.9"
            },
            "suggest": {
                "ext-gd": "to use Image",
                "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
                "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
                "ext-json": "to use Nette\\Utils\\Json",
                "ext-mbstring": "to use Strings::lower() etc...",
                "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
            },
            "time": "2025-12-22T12:14:32+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Nette\\": "src"
                },
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0-only",
                "GPL-3.0-only"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "🛠  Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
            "homepage": "https://nette.org",
            "keywords": [
                "array",
                "core",
                "datetime",
                "images",
                "json",
                "nette",
                "paginator",
                "password",
                "slugify",
                "string",
                "unicode",
                "utf-8",
                "utility",
                "validation"
            ],
            "support": {
                "issues": "https://github.com/nette/utils/issues",
                "source": "https://github.com/nette/utils/tree/v4.1.1"
            },
            "install-path": "../nette/utils"
        },
        {
            "name": "nikic/php-parser",
            "version": "v5.7.0",
            "version_normalized": "5.7.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/PHP-Parser.git",
                "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82",
                "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-json": "*",
                "ext-tokenizer": "*",
                "php": ">=7.4"
            },
            "require-dev": {
                "ircmaxell/php-yacc": "^0.0.7",
                "phpunit/phpunit": "^9.0"
            },
            "time": "2025-12-06T11:56:16+00:00",
            "bin": [
                "bin/php-parse"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PhpParser\\": "lib/PhpParser"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Nikita Popov"
                }
            ],
            "description": "A PHP parser written in PHP",
            "keywords": [
                "parser",
                "php"
            ],
            "support": {
                "issues": "https://github.com/nikic/PHP-Parser/issues",
                "source": "https://github.com/nikic/PHP-Parser/tree/v5.7.0"
            },
            "install-path": "../nikic/php-parser"
        },
        {
            "name": "oomphinc/composer-installers-extender",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/oomphinc/composer-installers-extender.git",
                "reference": "cbf4b6f9a24153b785d09eee755b995ba87bd5f9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/oomphinc/composer-installers-extender/zipball/cbf4b6f9a24153b785d09eee755b995ba87bd5f9",
                "reference": "cbf4b6f9a24153b785d09eee755b995ba87bd5f9",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.1 || ^2.0",
                "composer/installers": "^1.0 || ^2.0",
                "php": ">=7.1"
            },
            "require-dev": {
                "composer/composer": "^2.0",
                "phpunit/phpunit": "^7.2",
                "squizlabs/php_codesniffer": "^3.3"
            },
            "time": "2021-12-15T12:32:42+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "OomphInc\\ComposerInstallersExtender\\Plugin"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "OomphInc\\ComposerInstallersExtender\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Stephen Beemsterboer",
                    "email": "stephen@oomphinc.com",
                    "homepage": "https://github.com/balbuf"
                },
                {
                    "name": "Nathan Dentzau",
                    "email": "nate@oomphinc.com",
                    "homepage": "http://oomph.is/ndentzau"
                }
            ],
            "description": "Extend the composer/installers plugin to accept any arbitrary package type.",
            "homepage": "http://www.oomphinc.com/",
            "support": {
                "issues": "https://github.com/oomphinc/composer-installers-extender/issues",
                "source": "https://github.com/oomphinc/composer-installers-extender/tree/2.0.1"
            },
            "install-path": "../oomphinc/composer-installers-extender"
        },
        {
            "name": "openai-php/client",
            "version": "v0.18.0",
            "version_normalized": "0.18.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/openai-php/client.git",
                "reference": "3362ab004fcfc9d77df3aff7671fbcbe70177cae"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/openai-php/client/zipball/3362ab004fcfc9d77df3aff7671fbcbe70177cae",
                "reference": "3362ab004fcfc9d77df3aff7671fbcbe70177cae",
                "shasum": ""
            },
            "require": {
                "php": "^8.2.0",
                "php-http/discovery": "^1.20.0",
                "php-http/multipart-stream-builder": "^1.4.2",
                "psr/http-client": "^1.0.3",
                "psr/http-client-implementation": "^1.0.1",
                "psr/http-factory-implementation": "*",
                "psr/http-message": "^1.1.0|^2.0.0"
            },
            "require-dev": {
                "guzzlehttp/guzzle": "^7.9.3",
                "guzzlehttp/psr7": "^2.7.1",
                "laravel/pint": "^1.24.0",
                "mockery/mockery": "^1.6.12",
                "nunomaduro/collision": "^8.8.0",
                "pestphp/pest": "^3.8.2|^4.0.0",
                "pestphp/pest-plugin-arch": "^3.1.1|^4.0.0",
                "pestphp/pest-plugin-type-coverage": "^3.5.1|^4.0.0",
                "phpstan/phpstan": "^1.12.25",
                "symfony/var-dumper": "^7.2.6"
            },
            "time": "2025-10-31T18:58:57+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/OpenAI.php"
                ],
                "psr-4": {
                    "OpenAI\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nuno Maduro",
                    "email": "enunomaduro@gmail.com"
                },
                {
                    "name": "Sandro Gehri"
                }
            ],
            "description": "OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API",
            "keywords": [
                "GPT-3",
                "api",
                "client",
                "codex",
                "dall-e",
                "language",
                "natural",
                "openai",
                "php",
                "processing",
                "sdk"
            ],
            "support": {
                "issues": "https://github.com/openai-php/client/issues",
                "source": "https://github.com/openai-php/client/tree/v0.18.0"
            },
            "funding": [
                {
                    "url": "https://www.paypal.com/paypalme/enunomaduro",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/gehrisandro",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nunomaduro",
                    "type": "github"
                }
            ],
            "install-path": "../openai-php/client"
        },
        {
            "name": "paragonie/random_compat",
            "version": "v9.99.100",
            "version_normalized": "9.99.100.0",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/random_compat.git",
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
                "shasum": ""
            },
            "require": {
                "php": ">= 7"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*|5.*",
                "vimeo/psalm": "^1"
            },
            "suggest": {
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
            },
            "time": "2020-10-15T08:29:30+00:00",
            "type": "library",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https://paragonie.com"
                }
            ],
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
            "keywords": [
                "csprng",
                "polyfill",
                "pseudorandom",
                "random"
            ],
            "support": {
                "email": "info@paragonie.com",
                "issues": "https://github.com/paragonie/random_compat/issues",
                "source": "https://github.com/paragonie/random_compat"
            },
            "install-path": "../paragonie/random_compat"
        },
        {
            "name": "pear/archive_tar",
            "version": "1.6.0",
            "version_normalized": "1.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Archive_Tar.git",
                "reference": "dc3285537f1832da8ddbbe45f5a007248b6cc00e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/dc3285537f1832da8ddbbe45f5a007248b6cc00e",
                "reference": "dc3285537f1832da8ddbbe45f5a007248b6cc00e",
                "shasum": ""
            },
            "require": {
                "pear/pear-core-minimal": "^1.10.0alpha2",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "suggest": {
                "ext-bz2": "Bz2 compression support.",
                "ext-xz": "Lzma2 compression support.",
                "ext-zlib": "Gzip compression support."
            },
            "time": "2025-07-19T14:49:16+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Archive_Tar": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Vincent Blavet",
                    "email": "vincent@phpconcept.net"
                },
                {
                    "name": "Greg Beaver",
                    "email": "greg@chiaraquartet.net"
                },
                {
                    "name": "Michiel Rook",
                    "email": "mrook@php.net"
                }
            ],
            "description": "Tar file management class with compression support (gzip, bzip2, lzma2)",
            "homepage": "https://github.com/pear/Archive_Tar",
            "keywords": [
                "archive",
                "tar"
            ],
            "support": {
                "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar",
                "source": "https://github.com/pear/Archive_Tar"
            },
            "install-path": "../pear/archive_tar"
        },
        {
            "name": "pear/console_getopt",
            "version": "v1.4.3",
            "version_normalized": "1.4.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Console_Getopt.git",
                "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0",
                "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0",
                "shasum": ""
            },
            "time": "2019-11-20T18:27:48+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Console": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Andrei Zmievski",
                    "email": "andrei@php.net",
                    "role": "Lead"
                },
                {
                    "name": "Stig Bakken",
                    "email": "stig@php.net",
                    "role": "Developer"
                },
                {
                    "name": "Greg Beaver",
                    "email": "cellog@php.net",
                    "role": "Helper"
                }
            ],
            "description": "More info available on: http://pear.php.net/package/Console_Getopt",
            "support": {
                "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
                "source": "https://github.com/pear/Console_Getopt"
            },
            "install-path": "../pear/console_getopt"
        },
        {
            "name": "pear/pear-core-minimal",
            "version": "v1.10.17",
            "version_normalized": "1.10.17.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/pear-core-minimal.git",
                "reference": "c7b55789d01de0ce090d289b73f1bbd6a2f113b1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/c7b55789d01de0ce090d289b73f1bbd6a2f113b1",
                "reference": "c7b55789d01de0ce090d289b73f1bbd6a2f113b1",
                "shasum": ""
            },
            "require": {
                "pear/console_getopt": "~1.4",
                "pear/pear_exception": "~1.0",
                "php": ">=5.4"
            },
            "replace": {
                "rsky/pear-core-min": "self.version"
            },
            "time": "2025-12-14T20:37:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "src/"
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Christian Weiske",
                    "email": "cweiske@php.net",
                    "role": "Lead"
                }
            ],
            "description": "Minimal set of PEAR core files to be used as composer dependency",
            "support": {
                "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
                "source": "https://github.com/pear/pear-core-minimal"
            },
            "install-path": "../pear/pear-core-minimal"
        },
        {
            "name": "pear/pear_exception",
            "version": "v1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/PEAR_Exception.git",
                "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
                "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "<9"
            },
            "time": "2021-03-21T15:43:46+00:00",
            "type": "class",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "PEAR/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "."
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Helgi Thormar",
                    "email": "dufuz@php.net"
                },
                {
                    "name": "Greg Beaver",
                    "email": "cellog@php.net"
                }
            ],
            "description": "The PEAR Exception base class.",
            "homepage": "https://github.com/pear/PEAR_Exception",
            "keywords": [
                "exception"
            ],
            "support": {
                "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
                "source": "https://github.com/pear/PEAR_Exception"
            },
            "install-path": "../pear/pear_exception"
        },
        {
            "name": "phootwork/collection",
            "version": "v3.2.3",
            "version_normalized": "3.2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phootwork/collection.git",
                "reference": "46dde20420fba17766c89200bc3ff91d3e58eafa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phootwork/collection/zipball/46dde20420fba17766c89200bc3ff91d3e58eafa",
                "reference": "46dde20420fba17766c89200bc3ff91d3e58eafa",
                "shasum": ""
            },
            "require": {
                "phootwork/lang": "^3.0",
                "php": ">=8.0"
            },
            "time": "2022-08-27T12:51:24+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "phootwork\\collection\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Thomas Gossmann",
                    "homepage": "http://gos.si"
                }
            ],
            "description": "The phootwork library fills gaps in the php language and provides better solutions than the existing ones php offers.",
            "homepage": "https://phootwork.github.io/collection/",
            "keywords": [
                "Array object",
                "Text object",
                "collection",
                "collections",
                "json",
                "list",
                "map",
                "queue",
                "set",
                "stack",
                "xml"
            ],
            "support": {
                "issues": "https://github.com/phootwork/phootwork/issues",
                "source": "https://github.com/phootwork/collection/tree/v3.2.3"
            },
            "install-path": "../phootwork/collection"
        },
        {
            "name": "phootwork/lang",
            "version": "v3.2.3",
            "version_normalized": "3.2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phootwork/lang.git",
                "reference": "52ec8cce740ce1c424eef02f43b43d5ddfec7b5e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phootwork/lang/zipball/52ec8cce740ce1c424eef02f43b43d5ddfec7b5e",
                "reference": "52ec8cce740ce1c424eef02f43b43d5ddfec7b5e",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0",
                "symfony/polyfill-mbstring": "^1.12",
                "symfony/polyfill-php81": "^1.22"
            },
            "time": "2024-10-03T13:43:19+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "phootwork\\lang\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Thomas Gossmann",
                    "homepage": "http://gos.si"
                }
            ],
            "description": "Missing PHP language constructs",
            "homepage": "https://phootwork.github.io/lang/",
            "keywords": [
                "array",
                "comparator",
                "comparison",
                "string"
            ],
            "support": {
                "issues": "https://github.com/phootwork/phootwork/issues",
                "source": "https://github.com/phootwork/lang/tree/v3.2.3"
            },
            "install-path": "../phootwork/lang"
        },
        {
            "name": "php-http/discovery",
            "version": "1.20.0",
            "version_normalized": "1.20.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-http/discovery.git",
                "reference": "82fe4c73ef3363caed49ff8dd1539ba06044910d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-http/discovery/zipball/82fe4c73ef3363caed49ff8dd1539ba06044910d",
                "reference": "82fe4c73ef3363caed49ff8dd1539ba06044910d",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0|^2.0",
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "nyholm/psr7": "<1.0",
                "zendframework/zend-diactoros": "*"
            },
            "provide": {
                "php-http/async-client-implementation": "*",
                "php-http/client-implementation": "*",
                "psr/http-client-implementation": "*",
                "psr/http-factory-implementation": "*",
                "psr/http-message-implementation": "*"
            },
            "require-dev": {
                "composer/composer": "^1.0.2|^2.0",
                "graham-campbell/phpspec-skip-example-extension": "^5.0",
                "php-http/httplug": "^1.0 || ^2.0",
                "php-http/message-factory": "^1.0",
                "phpspec/phpspec": "^5.1 || ^6.1 || ^7.3",
                "sebastian/comparator": "^3.0.5 || ^4.0.8",
                "symfony/phpunit-bridge": "^6.4.4 || ^7.0.1"
            },
            "time": "2024-10-02T11:20:13+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Http\\Discovery\\Composer\\Plugin",
                "plugin-optional": true
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Http\\Discovery\\": "src/"
                },
                "exclude-from-classmap": [
                    "src/Composer/Plugin.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com"
                }
            ],
            "description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations",
            "homepage": "http://php-http.org",
            "keywords": [
                "adapter",
                "client",
                "discovery",
                "factory",
                "http",
                "message",
                "psr17",
                "psr7"
            ],
            "support": {
                "issues": "https://github.com/php-http/discovery/issues",
                "source": "https://github.com/php-http/discovery/tree/1.20.0"
            },
            "install-path": "../php-http/discovery"
        },
        {
            "name": "php-http/multipart-stream-builder",
            "version": "1.4.2",
            "version_normalized": "1.4.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-http/multipart-stream-builder.git",
                "reference": "10086e6de6f53489cca5ecc45b6f468604d3460e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-http/multipart-stream-builder/zipball/10086e6de6f53489cca5ecc45b6f468604d3460e",
                "reference": "10086e6de6f53489cca5ecc45b6f468604d3460e",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0",
                "php-http/discovery": "^1.15",
                "psr/http-factory-implementation": "^1.0"
            },
            "require-dev": {
                "nyholm/psr7": "^1.0",
                "php-http/message": "^1.5",
                "php-http/message-factory": "^1.0.2",
                "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.3"
            },
            "time": "2024-09-04T13:22:54+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Http\\Message\\MultipartStream\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com"
                }
            ],
            "description": "A builder class that help you create a multipart stream",
            "homepage": "http://php-http.org",
            "keywords": [
                "factory",
                "http",
                "message",
                "multipart stream",
                "stream"
            ],
            "support": {
                "issues": "https://github.com/php-http/multipart-stream-builder/issues",
                "source": "https://github.com/php-http/multipart-stream-builder/tree/1.4.2"
            },
            "install-path": "../php-http/multipart-stream-builder"
        },
        {
            "name": "php-tuf/composer-stager",
            "version": "v2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-tuf/composer-stager.git",
                "reference": "3b8cad67352ebef1f854995efc722728518cafd8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-tuf/composer-stager/zipball/3b8cad67352ebef1f854995efc722728518cafd8",
                "reference": "3b8cad67352ebef1f854995efc722728518cafd8",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=8.1.0",
                "symfony/filesystem": "^6.2 || ^7.0",
                "symfony/process": "^6.4.14 || ^7.1.7",
                "symfony/translation-contracts": "^3.1"
            },
            "conflict": {
                "symfony/process": ">=6 <6.4.14 || >=7 <7.1.7",
                "symfony/symfony": ">=6 <6.4.14 || >=7 <7.1.7"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "ext-simplexml": "*",
                "phpspec/prophecy": "^1.17",
                "phpspec/prophecy-phpunit": "^2.0",
                "phpstan/phpstan": "^1.10",
                "phpunit/phpunit": "^10.5.19",
                "slevomat/coding-standard": "^8.13",
                "squizlabs/php_codesniffer": "^3.7",
                "symfony/config": "^6.3",
                "symfony/dependency-injection": "^6.3",
                "symfony/yaml": "^6.3",
                "thecodingmachine/phpstan-strict-rules": "^1.0"
            },
            "suggest": {
                "symfony/dependency-injection": "For dependency injection",
                "symfony/translation": "For internationalization tools"
            },
            "time": "2025-11-17T14:51:07+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PhpTuf\\ComposerStager\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Travis Carden",
                    "email": "travis.carden@gmail.com",
                    "role": "Developer"
                }
            ],
            "description": "Stages Composer commands so they can be safely run on a production codebase.",
            "homepage": "https://github.com/php-tuf/composer-stager",
            "support": {
                "issues": "https://github.com/php-tuf/composer-stager/issues",
                "source": "https://github.com/php-tuf/composer-stager"
            },
            "install-path": "../php-tuf/composer-stager"
        },
        {
            "name": "phpowermove/docblock",
            "version": "v4.0",
            "version_normalized": "4.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpowermove/docblock.git",
                "reference": "a73f6e17b7d4e1b92ca5378c248c952c9fae7826"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpowermove/docblock/zipball/a73f6e17b7d4e1b92ca5378c248c952c9fae7826",
                "reference": "a73f6e17b7d4e1b92ca5378c248c952c9fae7826",
                "shasum": ""
            },
            "require": {
                "phootwork/collection": "^3.0",
                "phootwork/lang": "^3.0",
                "php": ">=8.0"
            },
            "require-dev": {
                "phootwork/php-cs-fixer-config": "^0.4",
                "phpunit/phpunit": "^9.0",
                "psalm/phar": "^4.3"
            },
            "time": "2021-09-22T16:57:06+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "phpowermove\\docblock\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Thomas Gossmann",
                    "homepage": "http://gos.si"
                }
            ],
            "description": "PHP Docblock parser and generator. An API to read and write Docblocks.",
            "keywords": [
                "docblock",
                "generator",
                "parser"
            ],
            "support": {
                "issues": "https://github.com/phpowermove/docblock/issues",
                "source": "https://github.com/phpowermove/docblock/tree/v4.0"
            },
            "install-path": "../phpowermove/docblock"
        },
        {
            "name": "psr/cache",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/cache.git",
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "time": "2021-02-03T23:26:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "support": {
                "source": "https://github.com/php-fig/cache/tree/3.0.0"
            },
            "install-path": "../psr/cache"
        },
        {
            "name": "psr/clock",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/clock.git",
                "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
                "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0"
            },
            "time": "2022-11-25T14:36:26+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Clock\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for reading the clock.",
            "homepage": "https://github.com/php-fig/clock",
            "keywords": [
                "clock",
                "now",
                "psr",
                "psr-20",
                "time"
            ],
            "support": {
                "issues": "https://github.com/php-fig/clock/issues",
                "source": "https://github.com/php-fig/clock/tree/1.0.0"
            },
            "install-path": "../psr/clock"
        },
        {
            "name": "psr/container",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
            },
            "time": "2021-11-05T16:47:00+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Container\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common Container Interface (PHP FIG PSR-11)",
            "homepage": "https://github.com/php-fig/container",
            "keywords": [
                "PSR-11",
                "container",
                "container-interface",
                "container-interop",
                "psr"
            ],
            "support": {
                "issues": "https://github.com/php-fig/container/issues",
                "source": "https://github.com/php-fig/container/tree/2.0.2"
            },
            "install-path": "../psr/container"
        },
        {
            "name": "psr/event-dispatcher",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/event-dispatcher.git",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "time": "2019-01-08T18:20:26+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\EventDispatcher\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Standard interfaces for event handling.",
            "keywords": [
                "events",
                "psr",
                "psr-14"
            ],
            "support": {
                "issues": "https://github.com/php-fig/event-dispatcher/issues",
                "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
            },
            "install-path": "../psr/event-dispatcher"
        },
        {
            "name": "psr/http-client",
            "version": "1.0.3",
            "version_normalized": "1.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-client.git",
                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "time": "2023-09-23T14:17:50+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Client\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP clients",
            "homepage": "https://github.com/php-fig/http-client",
            "keywords": [
                "http",
                "http-client",
                "psr",
                "psr-18"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-client"
            },
            "install-path": "../psr/http-client"
        },
        {
            "name": "psr/http-factory",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-factory.git",
                "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
                "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "time": "2024-04-15T12:06:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
            "keywords": [
                "factory",
                "http",
                "message",
                "psr",
                "psr-17",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-factory"
            },
            "install-path": "../psr/http-factory"
        },
        {
            "name": "psr/http-message",
            "version": "2.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "time": "2023-04-04T09:54:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP messages",
            "homepage": "https://github.com/php-fig/http-message",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-message/tree/2.0"
            },
            "install-path": "../psr/http-message"
        },
        {
            "name": "psr/http-server-handler",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-server-handler.git",
                "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/84c4fb66179be4caaf8e97bd239203245302e7d4",
                "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "time": "2023-04-10T20:06:20+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Server\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP server-side request handler",
            "keywords": [
                "handler",
                "http",
                "http-interop",
                "psr",
                "psr-15",
                "psr-7",
                "request",
                "response",
                "server"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-server-handler/tree/1.0.2"
            },
            "install-path": "../psr/http-server-handler"
        },
        {
            "name": "psr/http-server-middleware",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-server-middleware.git",
                "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/c1481f747daaa6a0782775cd6a8c26a1bf4a3829",
                "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0",
                "psr/http-message": "^1.0 || ^2.0",
                "psr/http-server-handler": "^1.0"
            },
            "time": "2023-04-11T06:14:47+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Server\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP server-side middleware",
            "keywords": [
                "http",
                "http-interop",
                "middleware",
                "psr",
                "psr-15",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "issues": "https://github.com/php-fig/http-server-middleware/issues",
                "source": "https://github.com/php-fig/http-server-middleware/tree/1.0.2"
            },
            "install-path": "../psr/http-server-middleware"
        },
        {
            "name": "psr/log",
            "version": "3.0.2",
            "version_normalized": "3.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
                "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "time": "2024-09-11T13:17:53+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "support": {
                "source": "https://github.com/php-fig/log/tree/3.0.2"
            },
            "install-path": "../psr/log"
        },
        {
            "name": "psy/psysh",
            "version": "v0.12.18",
            "version_normalized": "0.12.18.0",
            "source": {
                "type": "git",
                "url": "https://github.com/bobthecow/psysh.git",
                "reference": "ddff0ac01beddc251786fe70367cd8bbdb258196"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/ddff0ac01beddc251786fe70367cd8bbdb258196",
                "reference": "ddff0ac01beddc251786fe70367cd8bbdb258196",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-tokenizer": "*",
                "nikic/php-parser": "^5.0 || ^4.0",
                "php": "^8.0 || ^7.4",
                "symfony/console": "^8.0 || ^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
                "symfony/var-dumper": "^8.0 || ^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4"
            },
            "conflict": {
                "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.2",
                "composer/class-map-generator": "^1.6"
            },
            "suggest": {
                "composer/class-map-generator": "Improved tab completion performance with better class discovery.",
                "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
                "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
            },
            "time": "2025-12-17T14:35:46+00:00",
            "bin": [
                "bin/psysh"
            ],
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": false,
                    "forward-command": false
                },
                "branch-alias": {
                    "dev-main": "0.12.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "Psy\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Justin Hileman",
                    "email": "justin@justinhileman.info"
                }
            ],
            "description": "An interactive shell for modern PHP.",
            "homepage": "https://psysh.org",
            "keywords": [
                "REPL",
                "console",
                "interactive",
                "shell"
            ],
            "support": {
                "issues": "https://github.com/bobthecow/psysh/issues",
                "source": "https://github.com/bobthecow/psysh/tree/v0.12.18"
            },
            "install-path": "../psy/psysh"
        },
        {
            "name": "ralouphie/getallheaders",
            "version": "3.0.3",
            "version_normalized": "3.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ralouphie/getallheaders.git",
                "reference": "120b605dfeb996808c31b6477290a714d356e822"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
                "reference": "120b605dfeb996808c31b6477290a714d356e822",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.1",
                "phpunit/phpunit": "^5 || ^6.5"
            },
            "time": "2019-03-08T08:55:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/getallheaders.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ralph Khattar",
                    "email": "ralph.khattar@gmail.com"
                }
            ],
            "description": "A polyfill for getallheaders.",
            "support": {
                "issues": "https://github.com/ralouphie/getallheaders/issues",
                "source": "https://github.com/ralouphie/getallheaders/tree/develop"
            },
            "install-path": "../ralouphie/getallheaders"
        },
        {
            "name": "revolt/event-loop",
            "version": "v1.0.8",
            "version_normalized": "1.0.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/revoltphp/event-loop.git",
                "reference": "b6fc06dce8e9b523c9946138fa5e62181934f91c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/revoltphp/event-loop/zipball/b6fc06dce8e9b523c9946138fa5e62181934f91c",
                "reference": "b6fc06dce8e9b523c9946138fa5e62181934f91c",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "require-dev": {
                "ext-json": "*",
                "jetbrains/phpstorm-stubs": "^2019.3",
                "phpunit/phpunit": "^9",
                "psalm/phar": "^5.15"
            },
            "time": "2025-08-27T21:33:23+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Revolt\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Cees-Jan Kiewiet",
                    "email": "ceesjank@gmail.com"
                },
                {
                    "name": "Christian Lück",
                    "email": "christian@clue.engineering"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "Rock-solid event loop for concurrent PHP applications.",
            "keywords": [
                "async",
                "asynchronous",
                "concurrency",
                "event",
                "event-loop",
                "non-blocking",
                "scheduler"
            ],
            "support": {
                "issues": "https://github.com/revoltphp/event-loop/issues",
                "source": "https://github.com/revoltphp/event-loop/tree/v1.0.8"
            },
            "install-path": "../revolt/event-loop"
        },
        {
            "name": "sebastian/diff",
            "version": "7.0.0",
            "version_normalized": "7.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
                "reference": "7ab1ea946c012266ca32390913653d844ecd085f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7ab1ea946c012266ca32390913653d844ecd085f",
                "reference": "7ab1ea946c012266ca32390913653d844ecd085f",
                "shasum": ""
            },
            "require": {
                "php": ">=8.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^12.0",
                "symfony/process": "^7.2"
            },
            "time": "2025-02-07T04:55:46+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "7.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Kore Nordmann",
                    "email": "mail@kore-nordmann.de"
                }
            ],
            "description": "Diff implementation",
            "homepage": "https://github.com/sebastianbergmann/diff",
            "keywords": [
                "diff",
                "udiff",
                "unidiff",
                "unified diff"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/diff/issues",
                "security": "https://github.com/sebastianbergmann/diff/security/policy",
                "source": "https://github.com/sebastianbergmann/diff/tree/7.0.0"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "../sebastian/diff"
        },
        {
            "name": "steverhoades/oauth2-openid-connect-server",
            "version": "v3.0.1",
            "version_normalized": "3.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/steverhoades/oauth2-openid-connect-server.git",
                "reference": "f20665aeeeec78fb336c1bc89e8152b4b2380221"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/steverhoades/oauth2-openid-connect-server/zipball/f20665aeeeec78fb336c1bc89e8152b4b2380221",
                "reference": "f20665aeeeec78fb336c1bc89e8152b4b2380221",
                "shasum": ""
            },
            "require": {
                "lcobucci/jwt": "4.1.5|^4.2|^4.3|^5.0",
                "league/oauth2-server": "^8.4.2|^9.0",
                "php": ">=7.4"
            },
            "require-dev": {
                "laminas/laminas-diactoros": "^1.3.2 || ^3.3",
                "phpunit/phpunit": "^5.0|^9.5"
            },
            "time": "2024-09-26T16:19:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "OpenIDConnectServer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Steve Rhoades",
                    "email": "sedonami@gmail.com"
                }
            ],
            "description": "An OpenID Connect Server that sites on The PHP League's OAuth2 Server",
            "support": {
                "issues": "https://github.com/steverhoades/oauth2-openid-connect-server/issues",
                "source": "https://github.com/steverhoades/oauth2-openid-connect-server/tree/v3.0.1"
            },
            "install-path": "../steverhoades/oauth2-openid-connect-server"
        },
        {
            "name": "swagger-api/swagger-ui",
            "version": "v5.31.0",
            "version_normalized": "5.31.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/swagger-api/swagger-ui.git",
                "reference": "61dddd44389bf25922639afd682f50b8a0fb5cf4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/swagger-api/swagger-ui/zipball/61dddd44389bf25922639afd682f50b8a0fb5cf4",
                "reference": "61dddd44389bf25922639afd682f50b8a0fb5cf4",
                "shasum": ""
            },
            "time": "2025-12-11T15:57:42+00:00",
            "type": "library",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Anna Bodnia",
                    "email": "anna.bodnia@gmail.com"
                },
                {
                    "name": "Buu Nguyen",
                    "email": "buunguyen@gmail.com"
                },
                {
                    "name": "Josh Ponelat",
                    "email": "jponelat@gmail.com"
                },
                {
                    "name": "Kyle Shockey",
                    "email": "kyleshockey1@gmail.com"
                },
                {
                    "name": "Robert Barnwell",
                    "email": "robert@robertismy.name"
                },
                {
                    "name": "Sahar Jafari",
                    "email": "shr.jafari@gmail.com"
                }
            ],
            "description": " Swagger UI is a collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.",
            "homepage": "http://swagger.io",
            "keywords": [
                "api",
                "documentation",
                "openapi",
                "specification",
                "swagger",
                "ui"
            ],
            "support": {
                "issues": "https://github.com/swagger-api/swagger-ui/issues",
                "source": "https://github.com/swagger-api/swagger-ui/tree/v5.31.0"
            },
            "install-path": "../swagger-api/swagger-ui"
        },
        {
            "name": "symfony/console",
            "version": "v7.4.1",
            "version_normalized": "7.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "6d9f0fbf2ec2e9785880096e3abd0ca0c88b506e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/6d9f0fbf2ec2e9785880096e3abd0ca0c88b506e",
                "reference": "6d9f0fbf2ec2e9785880096e3abd0ca0c88b506e",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/service-contracts": "^2.5|^3",
                "symfony/string": "^7.2|^8.0"
            },
            "conflict": {
                "symfony/dependency-injection": "<6.4",
                "symfony/dotenv": "<6.4",
                "symfony/event-dispatcher": "<6.4",
                "symfony/lock": "<6.4",
                "symfony/process": "<6.4"
            },
            "provide": {
                "psr/log-implementation": "1.0|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/event-dispatcher": "^6.4|^7.0|^8.0",
                "symfony/http-foundation": "^6.4|^7.0|^8.0",
                "symfony/http-kernel": "^6.4|^7.0|^8.0",
                "symfony/lock": "^6.4|^7.0|^8.0",
                "symfony/messenger": "^6.4|^7.0|^8.0",
                "symfony/process": "^6.4|^7.0|^8.0",
                "symfony/stopwatch": "^6.4|^7.0|^8.0",
                "symfony/var-dumper": "^6.4|^7.0|^8.0"
            },
            "time": "2025-12-05T15:23:39+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Console\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Eases the creation of beautiful and testable command line interfaces",
            "homepage": "https://symfony.com",
            "keywords": [
                "cli",
                "command-line",
                "console",
                "terminal"
            ],
            "support": {
                "source": "https://github.com/symfony/console/tree/v7.4.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/console"
        },
        {
            "name": "symfony/css-selector",
            "version": "v7.4.0",
            "version_normalized": "7.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/css-selector.git",
                "reference": "ab862f478513e7ca2fe9ec117a6f01a8da6e1135"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/ab862f478513e7ca2fe9ec117a6f01a8da6e1135",
                "reference": "ab862f478513e7ca2fe9ec117a6f01a8da6e1135",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2"
            },
            "time": "2025-10-30T13:39:42+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\CssSelector\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Jean-François Simon",
                    "email": "jeanfrancois.simon@sensiolabs.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Converts CSS selectors to XPath expressions",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/css-selector/tree/v7.4.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/css-selector"
        },
        {
            "name": "symfony/dependency-injection",
            "version": "v7.4.2",
            "version_normalized": "7.4.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/dependency-injection.git",
                "reference": "baf614f7c15b30ba6762d4b1ddabdf83dbf0d29b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/baf614f7c15b30ba6762d4b1ddabdf83dbf0d29b",
                "reference": "baf614f7c15b30ba6762d4b1ddabdf83dbf0d29b",
                "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": "2025-12-08T06:57:04+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\DependencyInjection\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Allows you to standardize and centralize the way objects are constructed in your application",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/dependency-injection/tree/v7.4.2"
            },
            "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/dom-crawler",
            "version": "v7.4.1",
            "version_normalized": "7.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/dom-crawler.git",
                "reference": "0c5e8f20c74c78172a8ee72b125909b505033597"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/0c5e8f20c74c78172a8ee72b125909b505033597",
                "reference": "0c5e8f20c74c78172a8ee72b125909b505033597",
                "shasum": ""
            },
            "require": {
                "masterminds/html5": "^2.6",
                "php": ">=8.2",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "require-dev": {
                "symfony/css-selector": "^6.4|^7.0|^8.0"
            },
            "time": "2025-12-06T15:47:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\DomCrawler\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Eases DOM navigation for HTML and XML documents",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/dom-crawler/tree/v7.4.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/dom-crawler"
        },
        {
            "name": "symfony/error-handler",
            "version": "v8.0.0",
            "version_normalized": "8.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/error-handler.git",
                "reference": "d77ec7dda0c274178745d152e82baf7ea827fd73"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/error-handler/zipball/d77ec7dda0c274178745d152e82baf7ea827fd73",
                "reference": "d77ec7dda0c274178745d152e82baf7ea827fd73",
                "shasum": ""
            },
            "require": {
                "php": ">=8.4",
                "psr/log": "^1|^2|^3",
                "symfony/polyfill-php85": "^1.32",
                "symfony/var-dumper": "^7.4|^8.0"
            },
            "conflict": {
                "symfony/deprecation-contracts": "<2.5"
            },
            "require-dev": {
                "symfony/console": "^7.4|^8.0",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/http-kernel": "^7.4|^8.0",
                "symfony/serializer": "^7.4|^8.0",
                "symfony/webpack-encore-bundle": "^1.0|^2.0"
            },
            "time": "2025-11-05T14:36:47+00:00",
            "bin": [
                "Resources/bin/patch-type-declarations"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\ErrorHandler\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides tools to manage errors and ease debugging PHP code",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/error-handler/tree/v8.0.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/error-handler"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v7.4.0",
            "version_normalized": "7.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "9dddcddff1ef974ad87b3708e4b442dc38b2261d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9dddcddff1ef974ad87b3708e4b442dc38b2261d",
                "reference": "9dddcddff1ef974ad87b3708e4b442dc38b2261d",
                "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": "2025-10-28T09:38:46+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\EventDispatcher\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/event-dispatcher/tree/v7.4.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/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": {
                    "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/filesystem",
            "version": "v7.4.0",
            "version_normalized": "7.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
                "reference": "d551b38811096d0be9c4691d406991b47c0c630a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/d551b38811096d0be9c4691d406991b47c0c630a",
                "reference": "d551b38811096d0be9c4691d406991b47c0c630a",
                "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": "2025-11-27T13:27:24+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Filesystem\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides basic utilities for the filesystem",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/filesystem/tree/v7.4.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/filesystem"
        },
        {
            "name": "symfony/finder",
            "version": "v7.4.0",
            "version_normalized": "7.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/finder.git",
                "reference": "340b9ed7320570f319028a2cbec46d40535e94bd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/finder/zipball/340b9ed7320570f319028a2cbec46d40535e94bd",
                "reference": "340b9ed7320570f319028a2cbec46d40535e94bd",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2"
            },
            "require-dev": {
                "symfony/filesystem": "^6.4|^7.0|^8.0"
            },
            "time": "2025-11-05T05:42:40+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Finder\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Finds files and directories via an intuitive fluent interface",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/finder/tree/v7.4.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/finder"
        },
        {
            "name": "symfony/http-foundation",
            "version": "v7.4.1",
            "version_normalized": "7.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-foundation.git",
                "reference": "bd1af1e425811d6f077db240c3a588bdb405cd27"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/bd1af1e425811d6f077db240c3a588bdb405cd27",
                "reference": "bd1af1e425811d6f077db240c3a588bdb405cd27",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/polyfill-mbstring": "^1.1"
            },
            "conflict": {
                "doctrine/dbal": "<3.6",
                "symfony/cache": "<6.4.12|>=7.0,<7.1.5"
            },
            "require-dev": {
                "doctrine/dbal": "^3.6|^4",
                "predis/predis": "^1.1|^2.0",
                "symfony/cache": "^6.4.12|^7.1.5|^8.0",
                "symfony/clock": "^6.4|^7.0|^8.0",
                "symfony/dependency-injection": "^6.4|^7.0|^8.0",
                "symfony/expression-language": "^6.4|^7.0|^8.0",
                "symfony/http-kernel": "^6.4|^7.0|^8.0",
                "symfony/mime": "^6.4|^7.0|^8.0",
                "symfony/rate-limiter": "^6.4|^7.0|^8.0"
            },
            "time": "2025-12-07T11:13:10+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\HttpFoundation\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Defines an object-oriented layer for the HTTP specification",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/http-foundation/tree/v7.4.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/http-foundation"
        },
        {
            "name": "symfony/http-kernel",
            "version": "v7.4.2",
            "version_normalized": "7.4.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-kernel.git",
                "reference": "f6e6f0a5fa8763f75a504b930163785fb6dd055f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/f6e6f0a5fa8763f75a504b930163785fb6dd055f",
                "reference": "f6e6f0a5fa8763f75a504b930163785fb6dd055f",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "psr/log": "^1|^2|^3",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/error-handler": "^6.4|^7.0|^8.0",
                "symfony/event-dispatcher": "^7.3|^8.0",
                "symfony/http-foundation": "^7.4|^8.0",
                "symfony/polyfill-ctype": "^1.8"
            },
            "conflict": {
                "symfony/browser-kit": "<6.4",
                "symfony/cache": "<6.4",
                "symfony/config": "<6.4",
                "symfony/console": "<6.4",
                "symfony/dependency-injection": "<6.4",
                "symfony/doctrine-bridge": "<6.4",
                "symfony/flex": "<2.10",
                "symfony/form": "<6.4",
                "symfony/http-client": "<6.4",
                "symfony/http-client-contracts": "<2.5",
                "symfony/mailer": "<6.4",
                "symfony/messenger": "<6.4",
                "symfony/translation": "<6.4",
                "symfony/translation-contracts": "<2.5",
                "symfony/twig-bridge": "<6.4",
                "symfony/validator": "<6.4",
                "symfony/var-dumper": "<6.4",
                "twig/twig": "<3.12"
            },
            "provide": {
                "psr/log-implementation": "1.0|2.0|3.0"
            },
            "require-dev": {
                "psr/cache": "^1.0|^2.0|^3.0",
                "symfony/browser-kit": "^6.4|^7.0|^8.0",
                "symfony/clock": "^6.4|^7.0|^8.0",
                "symfony/config": "^6.4|^7.0|^8.0",
                "symfony/console": "^6.4|^7.0|^8.0",
                "symfony/css-selector": "^6.4|^7.0|^8.0",
                "symfony/dependency-injection": "^6.4|^7.0|^8.0",
                "symfony/dom-crawler": "^6.4|^7.0|^8.0",
                "symfony/expression-language": "^6.4|^7.0|^8.0",
                "symfony/finder": "^6.4|^7.0|^8.0",
                "symfony/http-client-contracts": "^2.5|^3",
                "symfony/process": "^6.4|^7.0|^8.0",
                "symfony/property-access": "^7.1|^8.0",
                "symfony/routing": "^6.4|^7.0|^8.0",
                "symfony/serializer": "^7.1|^8.0",
                "symfony/stopwatch": "^6.4|^7.0|^8.0",
                "symfony/translation": "^6.4|^7.0|^8.0",
                "symfony/translation-contracts": "^2.5|^3",
                "symfony/uid": "^6.4|^7.0|^8.0",
                "symfony/validator": "^6.4|^7.0|^8.0",
                "symfony/var-dumper": "^6.4|^7.0|^8.0",
                "symfony/var-exporter": "^6.4|^7.0|^8.0",
                "twig/twig": "^3.12"
            },
            "time": "2025-12-08T07:43:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\HttpKernel\\": ""
                },
                "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 a structured process for converting a Request into a Response",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/http-kernel/tree/v7.4.2"
            },
            "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/http-kernel"
        },
        {
            "name": "symfony/mailer",
            "version": "v7.4.0",
            "version_normalized": "7.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/mailer.git",
                "reference": "a3d9eea8cfa467ece41f0f54ba28185d74bd53fd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/mailer/zipball/a3d9eea8cfa467ece41f0f54ba28185d74bd53fd",
                "reference": "a3d9eea8cfa467ece41f0f54ba28185d74bd53fd",
                "shasum": ""
            },
            "require": {
                "egulias/email-validator": "^2.1.10|^3|^4",
                "php": ">=8.2",
                "psr/event-dispatcher": "^1",
                "psr/log": "^1|^2|^3",
                "symfony/event-dispatcher": "^6.4|^7.0|^8.0",
                "symfony/mime": "^7.2|^8.0",
                "symfony/service-contracts": "^2.5|^3"
            },
            "conflict": {
                "symfony/http-client-contracts": "<2.5",
                "symfony/http-kernel": "<6.4",
                "symfony/messenger": "<6.4",
                "symfony/mime": "<6.4",
                "symfony/twig-bridge": "<6.4"
            },
            "require-dev": {
                "symfony/console": "^6.4|^7.0|^8.0",
                "symfony/http-client": "^6.4|^7.0|^8.0",
                "symfony/messenger": "^6.4|^7.0|^8.0",
                "symfony/twig-bridge": "^6.4|^7.0|^8.0"
            },
            "time": "2025-11-21T15:26:00+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Mailer\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Helps sending emails",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/mailer/tree/v7.4.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/mailer"
        },
        {
            "name": "symfony/mime",
            "version": "v7.4.0",
            "version_normalized": "7.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/mime.git",
                "reference": "bdb02729471be5d047a3ac4a69068748f1a6be7a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/mime/zipball/bdb02729471be5d047a3ac4a69068748f1a6be7a",
                "reference": "bdb02729471be5d047a3ac4a69068748f1a6be7a",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/polyfill-intl-idn": "^1.10",
                "symfony/polyfill-mbstring": "^1.0"
            },
            "conflict": {
                "egulias/email-validator": "~3.0.0",
                "phpdocumentor/reflection-docblock": "<3.2.2",
                "phpdocumentor/type-resolver": "<1.4.0",
                "symfony/mailer": "<6.4",
                "symfony/serializer": "<6.4.3|>7.0,<7.0.3"
            },
            "require-dev": {
                "egulias/email-validator": "^2.1.10|^3.1|^4",
                "league/html-to-markdown": "^5.0",
                "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
                "symfony/dependency-injection": "^6.4|^7.0|^8.0",
                "symfony/process": "^6.4|^7.0|^8.0",
                "symfony/property-access": "^6.4|^7.0|^8.0",
                "symfony/property-info": "^6.4|^7.0|^8.0",
                "symfony/serializer": "^6.4.3|^7.0.3|^8.0"
            },
            "time": "2025-11-16T10:14:42+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Mime\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Allows manipulating MIME messages",
            "homepage": "https://symfony.com",
            "keywords": [
                "mime",
                "mime-type"
            ],
            "support": {
                "source": "https://github.com/symfony/mime/tree/v7.4.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/mime"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
                "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Ctype\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for ctype functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "ctype",
                "polyfill",
                "portable"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.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-iconv",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-iconv.git",
                "reference": "5f3b930437ae03ae5dff61269024d8ea1b3774aa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/5f3b930437ae03ae5dff61269024d8ea1b3774aa",
                "reference": "5f3b930437ae03ae5dff61269024d8ea1b3774aa",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "provide": {
                "ext-iconv": "*"
            },
            "suggest": {
                "ext-iconv": "For best performance"
            },
            "time": "2024-09-17T14:58:18+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Iconv\\": ""
                }
            },
            "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 Iconv extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "iconv",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-iconv/tree/v1.33.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-iconv"
        },
        {
            "name": "symfony/polyfill-intl-grapheme",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
                "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70",
                "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2025-06-27T09:58:17+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's grapheme_* functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "grapheme",
                "intl",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.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-idn",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-idn.git",
                "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3",
                "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2",
                "symfony/polyfill-intl-normalizer": "^1.10"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2024-09-10T14:38:51+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Laurent Bassin",
                    "email": "laurent@bassin.info"
                },
                {
                    "name": "Trevor Rowbotham",
                    "email": "trevor.rowbotham@pm.me"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "idn",
                "intl",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.33.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-idn"
        },
        {
            "name": "symfony/polyfill-intl-normalizer",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
                "reference": "3833d7255cc303546435cb650316bff708a1c75c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
                "reference": "3833d7255cc303546435cb650316bff708a1c75c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's Normalizer class and related functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "intl",
                "normalizer",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.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.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
                "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "php": ">=7.2"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2024-12-23T08:48:59+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.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/polyfill-php80",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php80.git",
                "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
                "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2025-01-02T08:10:11+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php80\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ion Bazan",
                    "email": "ion.bazan@gmail.com"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.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-php80"
        },
        {
            "name": "symfony/polyfill-php81",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php81.git",
                "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
                "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php81\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php81/tree/v1.33.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-php81"
        },
        {
            "name": "symfony/polyfill-php83",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php83.git",
                "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/17f6f9a6b1735c0f163024d959f700cfbc5155e5",
                "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2025-07-08T02:45:35+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php83\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php83/tree/v1.33.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-php83"
        },
        {
            "name": "symfony/polyfill-php84",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php84.git",
                "reference": "d8ced4d875142b6a7426000426b8abc631d6b191"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/d8ced4d875142b6a7426000426b8abc631d6b191",
                "reference": "d8ced4d875142b6a7426000426b8abc631d6b191",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2025-06-24T13:30:11+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php84\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php84/tree/v1.33.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-php84"
        },
        {
            "name": "symfony/polyfill-php85",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php85.git",
                "reference": "d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php85/zipball/d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91",
                "reference": "d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2025-06-23T16:12:55+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php85\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.5+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php85/tree/v1.33.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-php85"
        },
        {
            "name": "symfony/process",
            "version": "v7.4.0",
            "version_normalized": "7.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/process.git",
                "reference": "7ca8dc2d0dcf4882658313aba8be5d9fd01026c8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/process/zipball/7ca8dc2d0dcf4882658313aba8be5d9fd01026c8",
                "reference": "7ca8dc2d0dcf4882658313aba8be5d9fd01026c8",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2"
            },
            "time": "2025-10-16T11:21:06+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Process\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Executes commands in sub-processes",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/process/tree/v7.4.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/process"
        },
        {
            "name": "symfony/psr-http-message-bridge",
            "version": "v7.4.0",
            "version_normalized": "7.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/psr-http-message-bridge.git",
                "reference": "0101ff8bd0506703b045b1670960302d302a726c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/0101ff8bd0506703b045b1670960302d302a726c",
                "reference": "0101ff8bd0506703b045b1670960302d302a726c",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "psr/http-message": "^1.0|^2.0",
                "symfony/http-foundation": "^6.4|^7.0|^8.0"
            },
            "conflict": {
                "php-http/discovery": "<1.15",
                "symfony/http-kernel": "<6.4"
            },
            "require-dev": {
                "nyholm/psr7": "^1.1",
                "php-http/discovery": "^1.15",
                "psr/log": "^1.1.4|^2|^3",
                "symfony/browser-kit": "^6.4|^7.0|^8.0",
                "symfony/config": "^6.4|^7.0|^8.0",
                "symfony/event-dispatcher": "^6.4|^7.0|^8.0",
                "symfony/framework-bundle": "^6.4.13|^7.1.6|^8.0",
                "symfony/http-kernel": "^6.4.13|^7.1.6|^8.0",
                "symfony/runtime": "^6.4.13|^7.1.6|^8.0"
            },
            "time": "2025-11-13T08:38:49+00:00",
            "type": "symfony-bridge",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Bridge\\PsrHttpMessage\\": ""
                },
                "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": "PSR HTTP message bridge",
            "homepage": "https://symfony.com",
            "keywords": [
                "http",
                "http-message",
                "psr-17",
                "psr-7"
            ],
            "support": {
                "source": "https://github.com/symfony/psr-http-message-bridge/tree/v7.4.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/psr-http-message-bridge"
        },
        {
            "name": "symfony/routing",
            "version": "v7.4.0",
            "version_normalized": "7.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/routing.git",
                "reference": "4720254cb2644a0b876233d258a32bf017330db7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/routing/zipball/4720254cb2644a0b876233d258a32bf017330db7",
                "reference": "4720254cb2644a0b876233d258a32bf017330db7",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "symfony/deprecation-contracts": "^2.5|^3"
            },
            "conflict": {
                "symfony/config": "<6.4",
                "symfony/dependency-injection": "<6.4",
                "symfony/yaml": "<6.4"
            },
            "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/expression-language": "^6.4|^7.0|^8.0",
                "symfony/http-foundation": "^6.4|^7.0|^8.0",
                "symfony/yaml": "^6.4|^7.0|^8.0"
            },
            "time": "2025-11-27T13:27:24+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Routing\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Maps an HTTP request to a set of configuration variables",
            "homepage": "https://symfony.com",
            "keywords": [
                "router",
                "routing",
                "uri",
                "url"
            ],
            "support": {
                "source": "https://github.com/symfony/routing/tree/v7.4.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/routing"
        },
        {
            "name": "symfony/serializer",
            "version": "v7.4.2",
            "version_normalized": "7.4.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/serializer.git",
                "reference": "1a957acb613b520e443c2c659a67c782b67794bc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/serializer/zipball/1a957acb613b520e443c2c659a67c782b67794bc",
                "reference": "1a957acb613b520e443c2c659a67c782b67794bc",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-php84": "^1.30"
            },
            "conflict": {
                "phpdocumentor/reflection-docblock": "<3.2.2",
                "phpdocumentor/type-resolver": "<1.4.0",
                "symfony/dependency-injection": "<6.4",
                "symfony/property-access": "<6.4",
                "symfony/property-info": "<6.4",
                "symfony/uid": "<6.4",
                "symfony/validator": "<6.4",
                "symfony/yaml": "<6.4"
            },
            "require-dev": {
                "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
                "phpstan/phpdoc-parser": "^1.0|^2.0",
                "seld/jsonlint": "^1.10",
                "symfony/cache": "^6.4|^7.0|^8.0",
                "symfony/config": "^6.4|^7.0|^8.0",
                "symfony/console": "^6.4|^7.0|^8.0",
                "symfony/dependency-injection": "^7.2|^8.0",
                "symfony/error-handler": "^6.4|^7.0|^8.0",
                "symfony/filesystem": "^6.4|^7.0|^8.0",
                "symfony/form": "^6.4|^7.0|^8.0",
                "symfony/http-foundation": "^6.4|^7.0|^8.0",
                "symfony/http-kernel": "^6.4|^7.0|^8.0",
                "symfony/messenger": "^6.4|^7.0|^8.0",
                "symfony/mime": "^6.4|^7.0|^8.0",
                "symfony/property-access": "^6.4|^7.0|^8.0",
                "symfony/property-info": "^6.4|^7.0|^8.0",
                "symfony/translation-contracts": "^2.5|^3",
                "symfony/type-info": "^7.1.8|^8.0",
                "symfony/uid": "^6.4|^7.0|^8.0",
                "symfony/validator": "^6.4|^7.0|^8.0",
                "symfony/var-dumper": "^6.4|^7.0|^8.0",
                "symfony/var-exporter": "^6.4|^7.0|^8.0",
                "symfony/yaml": "^6.4|^7.0|^8.0"
            },
            "time": "2025-12-07T17:35:40+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Serializer\\": ""
                },
                "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": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/serializer/tree/v7.4.2"
            },
            "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/serializer"
        },
        {
            "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": {
                    "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.0",
            "version_normalized": "7.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/string.git",
                "reference": "d50e862cb0a0e0886f73ca1f31b865efbb795003"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/string/zipball/d50e862cb0a0e0886f73ca1f31b865efbb795003",
                "reference": "d50e862cb0a0e0886f73ca1f31b865efbb795003",
                "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": "2025-11-27T13:27:24+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "Resources/functions.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\String\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
            "homepage": "https://symfony.com",
            "keywords": [
                "grapheme",
                "i18n",
                "string",
                "unicode",
                "utf-8",
                "utf8"
            ],
            "support": {
                "source": "https://github.com/symfony/string/tree/v7.4.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/string"
        },
        {
            "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": {
                    "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/validator",
            "version": "v7.4.2",
            "version_normalized": "7.4.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/validator.git",
                "reference": "569b71d1243ccc58e8f1d21e279669239e78f60d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/validator/zipball/569b71d1243ccc58e8f1d21e279669239e78f60d",
                "reference": "569b71d1243ccc58e8f1d21e279669239e78f60d",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php83": "^1.27",
                "symfony/translation-contracts": "^2.5|^3"
            },
            "conflict": {
                "doctrine/lexer": "<1.1",
                "symfony/dependency-injection": "<6.4",
                "symfony/doctrine-bridge": "<7.0",
                "symfony/expression-language": "<6.4",
                "symfony/http-kernel": "<6.4",
                "symfony/intl": "<6.4",
                "symfony/property-info": "<6.4",
                "symfony/translation": "<6.4.3|>=7.0,<7.0.3",
                "symfony/var-exporter": "<6.4.25|>=7.0,<7.3.3",
                "symfony/yaml": "<6.4"
            },
            "require-dev": {
                "egulias/email-validator": "^2.1.10|^3|^4",
                "symfony/cache": "^6.4|^7.0|^8.0",
                "symfony/config": "^6.4|^7.0|^8.0",
                "symfony/console": "^6.4|^7.0|^8.0",
                "symfony/dependency-injection": "^6.4|^7.0|^8.0",
                "symfony/expression-language": "^6.4|^7.0|^8.0",
                "symfony/finder": "^6.4|^7.0|^8.0",
                "symfony/http-client": "^6.4|^7.0|^8.0",
                "symfony/http-foundation": "^6.4|^7.0|^8.0",
                "symfony/http-kernel": "^6.4|^7.0|^8.0",
                "symfony/intl": "^6.4|^7.0|^8.0",
                "symfony/mime": "^6.4|^7.0|^8.0",
                "symfony/process": "^6.4|^7.0|^8.0",
                "symfony/property-access": "^6.4|^7.0|^8.0",
                "symfony/property-info": "^6.4|^7.0|^8.0",
                "symfony/string": "^6.4|^7.0|^8.0",
                "symfony/translation": "^6.4.3|^7.0.3|^8.0",
                "symfony/type-info": "^7.1.8",
                "symfony/yaml": "^6.4|^7.0|^8.0"
            },
            "time": "2025-12-07T17:35:40+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Validator\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/",
                    "/Resources/bin/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides tools to validate values",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/validator/tree/v7.4.2"
            },
            "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/validator"
        },
        {
            "name": "symfony/var-dumper",
            "version": "v7.4.0",
            "version_normalized": "7.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-dumper.git",
                "reference": "41fd6c4ae28c38b294b42af6db61446594a0dece"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/41fd6c4ae28c38b294b42af6db61446594a0dece",
                "reference": "41fd6c4ae28c38b294b42af6db61446594a0dece",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "conflict": {
                "symfony/console": "<6.4"
            },
            "require-dev": {
                "symfony/console": "^6.4|^7.0|^8.0",
                "symfony/http-kernel": "^6.4|^7.0|^8.0",
                "symfony/process": "^6.4|^7.0|^8.0",
                "symfony/uid": "^6.4|^7.0|^8.0",
                "twig/twig": "^3.12"
            },
            "time": "2025-10-27T20:36:44+00:00",
            "bin": [
                "Resources/bin/var-dump-server"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "Resources/functions/dump.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\VarDumper\\": ""
                },
                "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 mechanisms for walking through any arbitrary PHP variable",
            "homepage": "https://symfony.com",
            "keywords": [
                "debug",
                "dump"
            ],
            "support": {
                "source": "https://github.com/symfony/var-dumper/tree/v7.4.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/var-dumper"
        },
        {
            "name": "symfony/var-exporter",
            "version": "v8.0.0",
            "version_normalized": "8.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-exporter.git",
                "reference": "7345f46c251f2eb27c7b3ebdb5bb076b3ffcae04"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/7345f46c251f2eb27c7b3ebdb5bb076b3ffcae04",
                "reference": "7345f46c251f2eb27c7b3ebdb5bb076b3ffcae04",
                "shasum": ""
            },
            "require": {
                "php": ">=8.4"
            },
            "require-dev": {
                "symfony/property-access": "^7.4|^8.0",
                "symfony/serializer": "^7.4|^8.0",
                "symfony/var-dumper": "^7.4|^8.0"
            },
            "time": "2025-11-05T18:53:00+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\VarExporter\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Allows exporting any serializable PHP data structure to plain PHP code",
            "homepage": "https://symfony.com",
            "keywords": [
                "clone",
                "construct",
                "export",
                "hydrate",
                "instantiate",
                "lazy-loading",
                "proxy",
                "serialize"
            ],
            "support": {
                "source": "https://github.com/symfony/var-exporter/tree/v8.0.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/var-exporter"
        },
        {
            "name": "symfony/yaml",
            "version": "v7.4.1",
            "version_normalized": "7.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "24dd4de28d2e3988b311751ac49e684d783e2345"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/24dd4de28d2e3988b311751ac49e684d783e2345",
                "reference": "24dd4de28d2e3988b311751ac49e684d783e2345",
                "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": "2025-12-04T18:11:45+00:00",
            "bin": [
                "Resources/bin/yaml-lint"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Loads and dumps YAML files",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/yaml/tree/v7.4.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/yaml"
        },
        {
            "name": "tijsverkoyen/css-to-inline-styles",
            "version": "v2.4.0",
            "version_normalized": "2.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
                "reference": "f0292ccf0ec75843d65027214426b6b163b48b41"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/f0292ccf0ec75843d65027214426b6b163b48b41",
                "reference": "f0292ccf0ec75843d65027214426b6b163b48b41",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "php": "^7.4 || ^8.0",
                "symfony/css-selector": "^5.4 || ^6.0 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^2.0",
                "phpstan/phpstan-phpunit": "^2.0",
                "phpunit/phpunit": "^8.5.21 || ^9.5.10"
            },
            "time": "2025-12-02T11:56:42+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TijsVerkoyen\\CssToInlineStyles\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Tijs Verkoyen",
                    "email": "css_to_inline_styles@verkoyen.eu",
                    "role": "Developer"
                }
            ],
            "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
            "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
            "support": {
                "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
                "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.4.0"
            },
            "install-path": "../tijsverkoyen/css-to-inline-styles"
        },
        {
            "name": "twig/twig",
            "version": "v3.22.2",
            "version_normalized": "3.22.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "946ddeafa3c9f4ce279d1f34051af041db0e16f2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/946ddeafa3c9f4ce279d1f34051af041db0e16f2",
                "reference": "946ddeafa3c9f4ce279d1f34051af041db0e16f2",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1.0",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/polyfill-ctype": "^1.8",
                "symfony/polyfill-mbstring": "^1.3"
            },
            "require-dev": {
                "phpstan/phpstan": "^2.0",
                "psr/container": "^1.0|^2.0",
                "symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0"
            },
            "time": "2025-12-14T11:28:47+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": {
                    "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.22.2"
            },
            "funding": [
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/twig/twig",
                    "type": "tidelift"
                }
            ],
            "install-path": "../twig/twig"
        },
        {
            "name": "tzlion/deadend-api-php",
            "version": "v0.2.0",
            "version_normalized": "0.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tzlion/deadend-api-php.git",
                "reference": "ecec1158490efe712bc25e8bd7ff44ac0a2b3bb6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tzlion/deadend-api-php/zipball/ecec1158490efe712bc25e8bd7ff44ac0a2b3bb6",
                "reference": "ecec1158490efe712bc25e8bd7ff44ac0a2b3bb6",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.5,>=4.5.1"
            },
            "time": "2024-06-02T12:18:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "TwitterAPIExchange.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "James Mallison",
                    "homepage": "https://github.com/j7mbo/twitter-api-php"
                },
                {
                    "name": "taizou",
                    "homepage": "https://github.com/tzlion"
                }
            ],
            "description": "Simple PHP Wrapper for Twitter API v1.1/v2 calls",
            "homepage": "https://github.com/tzlion/deadend-api-php",
            "support": {
                "source": "https://github.com/tzlion/deadend-api-php/tree/v0.2.0"
            },
            "install-path": "../tzlion/deadend-api-php"
        },
        {
            "name": "vardot/ckeditor5-anchor-drupal",
            "version": "2.0.4",
            "version_normalized": "2.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Vardot/ckeditor5-anchor-drupal.git",
                "reference": "00fbfd8d63ca29c1efd9b327ea973f99f78e9f16"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Vardot/ckeditor5-anchor-drupal/zipball/00fbfd8d63ca29c1efd9b327ea973f99f78e9f16",
                "reference": "00fbfd8d63ca29c1efd9b327ea973f99f78e9f16",
                "shasum": ""
            },
            "require": {
                "drupal/core": ">=10.5 || >=11.2"
            },
            "time": "2025-12-09T10:59:53+00:00",
            "type": "drupal-library",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://github.com/vardot",
                    "role": "Maintainer"
                }
            ],
            "description": "Anchor feature for CKEditor 5, adapted for Drupal",
            "homepage": "https://github.com/vardot/ckeditor5-anchor-drupal",
            "keywords": [
                "ckeditor5",
                "drupal",
                "plugin"
            ],
            "support": {
                "issues": "http://drupal.org/project/issues/anchor_link",
                "source": "http://cgit.drupalcode.org/anchor_link"
            },
            "install-path": "../../docroot/libraries/ckeditor5-anchor-drupal"
        },
        {
            "name": "vardot/entity-definition-update-manager",
            "version": "1.0.13",
            "version_normalized": "1.0.13.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Vardot/entity-definition-update-manager.git",
                "reference": "e66c42ac6135c021c2a24a3ab1f9fea0c6962890"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Vardot/entity-definition-update-manager/zipball/e66c42ac6135c021c2a24a3ab1f9fea0c6962890",
                "reference": "e66c42ac6135c021c2a24a3ab1f9fea0c6962890",
                "shasum": ""
            },
            "require": {
                "drupal/core": "~8.9 || ~9 || ~10 || ~11"
            },
            "time": "2025-12-08T18:37:04+00:00",
            "type": "library",
            "extra": {
                "class": "Vardot\\Entity\\EntityDefinitionUpdateManager",
                "branch-alias": {
                    "dev-1.0.x": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Vardot\\Entity\\": "src/Entity/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://github.com/Vardot",
                    "role": "Maintainer"
                }
            ],
            "description": "Entity Definition Update Manager - Provides developers with a class to perform automatic entity updates.",
            "homepage": "https://github.com/Vardot/entity-definition-update-manager",
            "support": {
                "issues": "https://github.com/Vardot/entity-definition-update-manager/issues",
                "source": "https://github.com/Vardot/entity-definition-update-manager.git"
            },
            "install-path": "../vardot/entity-definition-update-manager"
        },
        {
            "name": "vardot/module-installer-factory",
            "version": "1.0.4",
            "version_normalized": "1.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Vardot/module-installer-factory.git",
                "reference": "04e227d565b7d57e99dea63ecc7592827d94d040"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Vardot/module-installer-factory/zipball/04e227d565b7d57e99dea63ecc7592827d94d040",
                "reference": "04e227d565b7d57e99dea63ecc7592827d94d040",
                "shasum": ""
            },
            "require": {
                "drupal/core": "~9 || ~10 || ~11"
            },
            "time": "2025-02-17T20:27:09+00:00",
            "type": "library",
            "extra": {
                "class": "Vardot\\Installer\\ModuleInstallerFactory",
                "branch-alias": {
                    "dev-1.0.x": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Vardot\\Installer\\": "src/Installer/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://github.com/Vardot",
                    "role": "Maintainer"
                }
            ],
            "description": "Module Installer Factory",
            "homepage": "https://github.com/Vardot/module-installer-factory",
            "support": {
                "issues": "https://github.com/Vardot/module-installer-factory/issues",
                "source": "https://github.com/Vardot/module-installer-factory.git"
            },
            "install-path": "../vardot/module-installer-factory"
        },
        {
            "name": "vardot/varbase",
            "version": "10.1.0",
            "version_normalized": "10.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Vardot/varbase.git",
                "reference": "8c6b0f6376b6cf6015469dc69d3bba574c72fe07"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Vardot/varbase/zipball/8c6b0f6376b6cf6015469dc69d3bba574c72fe07",
                "reference": "8c6b0f6376b6cf6015469dc69d3bba574c72fe07",
                "shasum": ""
            },
            "require": {
                "drupal/varbase_ai": "~2.0.0",
                "drupal/varbase_api": "~10.1.0",
                "drupal/varbase_auth": "~10.1.0",
                "drupal/varbase_blog": "~10.1.0",
                "drupal/varbase_bootstrap_paragraphs": "~10.1.0",
                "drupal/varbase_carousels": "~10.1.0",
                "drupal/varbase_components": "~3.0.0",
                "drupal/varbase_core": "~10.1.0",
                "drupal/varbase_dashboards": "~2.0.0",
                "drupal/varbase_demo": "~1.1.0",
                "drupal/varbase_editor": "~10.1.0",
                "drupal/varbase_email": "~10.1.0",
                "drupal/varbase_heroslider": "~1.1.0",
                "drupal/varbase_landing": "~10.1.0",
                "drupal/varbase_layout_builder": "~10.2.0",
                "drupal/varbase_media": "~10.1.0",
                "drupal/varbase_search": "~10.1.0",
                "drupal/varbase_seo": "~10.1.0",
                "drupal/varbase_workflow": "~3.1.0",
                "drupal/vartheme_bs5": "~4.0.0",
                "vardot/varbase-patches": "~10.1.0",
                "vardot/varbase-replaces": "~10.1.0"
            },
            "time": "2025-12-22T16:03:14+00:00",
            "type": "drupal-profile",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Varbase\\composer\\": "src/composer"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                }
            ],
            "description": "Varbase: The Ultimate Drupal CMS Starter Kit (Bootstrap Ready) | by Vardot",
            "support": {
                "issues": "http://drupal.org/project/issues/varbase",
                "source": "http://cgit.drupalcode.org/varbase"
            },
            "funding": [
                {
                    "url": "https://www.vardot.com",
                    "type": "custom"
                }
            ],
            "install-path": "../../docroot/profiles/contrib/varbase"
        },
        {
            "name": "vardot/varbase-patches",
            "version": "10.1.44",
            "version_normalized": "10.1.44.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Vardot/varbase-patches.git",
                "reference": "605a913cf3f750c204bd122dd92c0b9283bf22fe"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Vardot/varbase-patches/zipball/605a913cf3f750c204bd122dd92c0b9283bf22fe",
                "reference": "605a913cf3f750c204bd122dd92c0b9283bf22fe",
                "shasum": ""
            },
            "require": {
                "composer/installers": "~2",
                "cweagans/composer-patches": "~1 || ~2",
                "drupal/core": "~11.3.0",
                "oomphinc/composer-installers-extender": "~2",
                "vardot/entity-definition-update-manager": "~1",
                "vardot/module-installer-factory": "~1"
            },
            "time": "2025-12-21T08:43:56+00:00",
            "type": "library",
            "extra": {
                "patches": {
                    "drupal/ds": {
                        "Issue #3507312: Fix array_unshift() Error in ds_theme_registry_alter() when running Field Group pre-process before ds_entity_view": "https://www.drupal.org/files/issues/2025-02-18/ds--2025-02-18--3507312--mr-43.patch"
                    },
                    "drupal/gin": {
                        "Issue #3398040: Fix issue with changing between responsive views and Gin Toolbar over menus": "https://www.drupal.org/files/issues/2023-10-31/3398040-8.patch",
                        "Issue #3325263: Fix user.data ServiceNotFoundException when using Gin as distribution installer theme": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/gin--2024-11-12--3325263.patch"
                    },
                    "drupal/core": {
                        "Issue #3080606: Reorder Layout Builder sections": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/drupal-core--2025-12-20--3080606--mr-4075.patch",
                        "Issue #3457431: Saving text format generates validation warnings": "https://www.drupal.org/files/issues/2024-07-01/drupal-core--2024-07-01--3457431--mr-8608.patch",
                        "Issue #3456176: 11.2 upgrade now missing status-message theme suggestions": "https://www.drupal.org/files/issues/2025-06-20/3456176-138-missing-status-messages-theme-suggestions.patch",
                        "Issue #3049332: Fix Log error + visual warning for missing or broken block": "https://www.drupal.org/files/issues/2025-07-09/drupal-core--2025-07-09--3049332--mr-12460.patch",
                        "Issue #3543210: Quick Edit Save Via Contextual Links Redirects to 404 Page": "https://www.drupal.org/files/issues/2025-08-26/drupal-core-3543210-7.patch",
                        "Issue #2893892: Fixed Warning Invalid argument supplied for foreach() in Drupal": "https://www.drupal.org/files/issues/2018-12-10/core--getDerivatives-Invalid-argument-foreach--2893892-11-d8.patch",
                        "Issue #3226791: Fix Validation error saving untranslatable Media reference field": "https://www.drupal.org/files/issues/2021-08-04/media_required_validation-3226791-2.patch",
                        "Issue #3538500: Fix block plugin not found warnings during Drush installation of Varbase": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/drupal-core--2025-08-30--3538500--drupal11x02x.patch",
                        "Issue #2741877: Nested modals don't work: opening a modal from a modal closes the original": "https://www.drupal.org/files/issues/2025-06-24/drupal-core--2025-06-24--2741877--mr-8105.patch",
                        "Issue 3544608: Fix Media Library: Selected media lost after pager navigation prevents insertion": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/drupal-core--2025-09-03--mr-13141.patch",
                        "Issue #3496329: Fix not loading CKEditor 5 and Tour with BigPipe enabled after Drupal 10.4 update": "https://www.drupal.org/files/issues/2025-01-03/drupal-core--2025-01-02--3496329-32--mr-10753.patch",
                        "Issue #3431330: Add Action Method to Add a button plugin and settings into the Active toolbar in editor": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/drupal-core--2025-02-18--3431330--drupal-11-1.patch",
                        "Issue #3352384: Add Exception for TypeError Argument must be String in Drupal Component Utility Html escape{}": "https://www.drupal.org/files/issues/2024-11-07/TypeError_htmlspecialchars_ArgumentNustBeTypeString_ArrayGiven-3352384-62.patch",
                        "Issue #3415961: [drupalMedia] Using the Insert Media button causes the window to scroll to the bottom of the page": "https://www.drupal.org/files/issues/2025-06-10/drupal-3415961-19.patch",
                        "Issue #3302838: Fix PHP8.1+ Querying with NULL values results in warning mb_strtolower(): Passing null to parameter is deprecated": "https://www.drupal.org/files/issues/2023-07-05/3302838-38.patch",
                        "Issue #3465033: Fix not saving addItemToToolbar recipe action for divider | (vertical separator) or wrapping - items to CKEditor 5": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/drupal-core--2024-08-01--3465033--mr-9003.patch",
                        "Issue #3326684: Fix PHP8.1+ Deprecated function: mb_strtolower(): Passing null to parameter #1 ($string) of type string is deprecated": "https://www.drupal.org/files/issues/2023-11-21/3199.patch",
                        "Issue #3272720: Fix PHP8.1+ Deprecated function: hash(): Passing null to parameter #2 ($data) of type string is deprecated in generateFieldTableName": "https://www.drupal.org/files/issues/2022-07-21/3272720-6.patch",
                        "Issue #3101231: Fix multilingual site's layout edit context issue with TypeError: Argument 1 passed to UrlHelper::buildQuery() must be of the type array, null given": "https://www.drupal.org/files/issues/2019-12-19/3101231-19.patch",
                        "Issue #3459881: Fix TypeError: implode(): Argument #1 ($array) must be of type array, string given in implode() (line 537 of core/lib/Drupal/Core/Field/WidgetBase.php)": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/drupal-core--2025-02-17--3459881--mr-8702.patch"
                    },
                    "drupal/diff": {
                        "Issue #3348096: Fix Entity queries must explicitly set whether the query should be access checked or not in Diff": "https://www.drupal.org/files/issues/2023-03-15/3348096-2.patch"
                    },
                    "drupal/webp": {
                        "fix: #3561953 PHP 8.4 implicit nullable & constructor parameter order issues in WebP FileDownloadController": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/webp--2025-12-08--mr-54.patch"
                    },
                    "drupal/embed": {
                        "Issue #3517882: The namespace of EmbedCKEditor5PluginBase does not respect PSR4": "https://www.drupal.org/files/issues/2025-06-30/embed--2025-06-30--3517882--mr-26.patch"
                    },
                    "drupal/trash": {
                        "Issue #3491947: Add support for taxonomy terms": "https://raw.githubusercontent.com/Vardot/varbase-patches/refs/heads/patches/trash--2025-10-02--3491947--mr-71.patch",
                        "Issue #3561877 : RedirectTrashHandler should check if deleted field exists before accessing it to support Drupal ~11.3.0": "https://raw.githubusercontent.com/Vardot/varbase-patches/refs/heads/patches/trash--2025-12-07--3561877--mr-89.patch"
                    },
                    "drupal/coffee": {
                        "Issue #3535874: Add Navigation Top Bar integration for Coffee module in Drupal ~11.2.0 and Gin ~5.0": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/coffee--2025-07-30--3535874--mr-19.patch"
                    },
                    "drupal/ctools": {
                        "fix: 3492432 PHP 8.4 nullable types in MaskContentEntityStorage::doLoadMultiple()": "https://git.drupalcode.org/project/ctools/-/commit/5a323c6e5072515148a54b4055e7db86a50f5111.diff"
                    },
                    "drupal/entity": {
                        "Issue #3532309: Fix Deprecation notice from DeleteAction class causes errors in ECA module": "https://www.drupal.org/files/issues/2025-06-25/entity-fix-deprecation.patch"
                    },
                    "drupal/shield": {
                        "fix: #3562392 PHP 8.4 - Implicit nullable parameters for Shield": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/shield--2025-12-10--3562392--mr-30.patch"
                    },
                    "drupal/openapi": {
                        "fix: #3523346 PHP 8.4: Implicitly nullable parameter declarations deprecated": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/openapi--2025-12-08--3523346--mr-22.patch"
                    },
                    "drupal/cl_block": {
                        "Issue #3365591: Fix TypeError: array_filter() when pressing Save configuration": "https://www.drupal.org/files/issues/2023-06-08/3365591-3.patch",
                        "Issue #3367477: Fix Error: Call to undefined method getFilteredComponentTypes()": "https://www.drupal.org/files/issues/2023-06-18/3367477-11.patch"
                    },
                    "drupal/redirect": {
                        "Issue #3057250: Validation issue on adding url redirect": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/redirect--2025-09-04--3057250--mr-133.patch",
                        "Issue #2879648: Redirects from aliased paths aren't triggered": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/redirect--2025-09-04--2879648--mr-109.patch"
                    },
                    "drupal/schemata": {
                        "fix: #3523349 PHP 8.4: Implicitly nullable parameter declarations deprecated": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/schemata--2025-12-09--3523349--mr-17.patch"
                    },
                    "drupal/cl_server": {
                        "Issue #3456661: Update Drupal core to ^10.3 and ^11 and drop the use of the SDC experimental module": "https://www.drupal.org/files/issues/2024-06-25/cl_server--2024-06-25--3456661-9--mr-32.patch"
                    },
                    "drupal/dashboard": {
                        "Issue #3528064: Add support for Layout Builder Restrictions": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/dashboard--2025-08-31--3528064--mr-63.patch"
                    },
                    "drupal/storybook": {
                        "fix: #3513496 Fix PHP 8.4 deprecations": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/storybook--2025-12-09--3513496--mr-23.patch"
                    },
                    "drupal/dropzonejs": {
                        "Issue #3542463: Fix TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in DropzoneJsUploadForm::validateUploadElement()": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/dropzonejs--2025-08-21--3542463--mr-24.patch"
                    },
                    "drupal/paragraphs": {
                        "Issue #3138609: Fixe Field group support broken": "https://www.drupal.org/files/issues/2020-06-03/3138609-24.patch",
                        "Issue #2924774: Let Editors add/delete/clone paragraphs When [Editing a translation]": "https://www.drupal.org/files/issues/2018-06-03/2924774-29.patch",
                        "Issue #3090200: Paragraph access check using incorrect revision of its parent, leading to issues editing and viewing paragraphs when content moderation is involved.": "https://www.drupal.org/files/issues/2023-01-31/3084934-13_combine_3090200-22-update_0.patch"
                    },
                    "drupal/statistics": {
                        "fix: #3562419 PHP 8.4 - Implicit nullable parameters for Statistics": "https://git.drupalcode.org/project/statistics/-/commit/9ac77292cb1badd98c4808ef2cfef62caab410f8.diff"
                    },
                    "drupal/block_class": {
                        "Issue #3493849: Argument #1 ($array) must be of type array, string given": "https://www.drupal.org/files/issues/2025-01-28/fix-array-merge-type-error-block-class-3493849-6.patch"
                    },
                    "drupal/focal_point": {
                        "Issue #2906631: After changing focal point, image doesn't change until you click preview": "https://www.drupal.org/files/issues/2024-02-21/2906631-27.patch"
                    },
                    "drupal/modeler_api": {
                        "Issue #3537810: Fix Circular Reference by Removing Autowire and Minimizing Dependencies in modeler_api.service": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/modeler_api--2025-11-09--3537810--1-0-x--drupal11-2.patch"
                    },
                    "drupal/rabbit_hole": {
                        "Issue #3419073: Fix Return value must be of type bool fatal error": "https://www.drupal.org/files/issues/2024-02-04/rabbit_hole--2024-02-04--3419073-3.patch",
                        "fix: #3516167 Multiple Implicit Nullable Parameters for PHP 8.4 Compatibility": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/rabbit_hole--2025-12-08--3516167--mr-87.patch"
                    },
                    "drupal/ui_patterns": {
                        "Issue #3496209: Add token replacement support to AttributesWidget using new centralized token and normalizer services from SourcePluginBase": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/ui_patterns--2025-11-24--3496209--mr-378.patch"
                    },
                    "drupal/userprotect": {
                        "Issue #3510800: (PHP 8.4) Fixed implicitly marking parameter $items as nullable is deprecated in userprotect_entity_field_access()": "https://git.drupalcode.org/project/userprotect/-/commit/6b30212091b1cf0a3a2079cf77299feb92ab8955.diff"
                    },
                    "drupal/entity_clone": {
                        "Issue #3388460: Fatal error on cloning a menu link (D10 site)": "https://www.drupal.org/files/issues/2023-10-17/3388460-7.patch"
                    },
                    "drupal/entity_embed": {
                        "Issue #2679875: Inline Entity Form integration": "https://www.drupal.org/files/issues/2023-11-08/2679875-27.patch",
                        "Issue #3531672:  Drupal 10.5/11.2 compatability (tooltip broken, cannot edit embedded entities)": "https://www.drupal.org/files/issues/2025-06-30/entity_embed--2025-06-30--3531672--mr-62.patch",
                        "Issue #3070343: Allow to add a Drupal core link with Link Widget for Image entities using Entity Embed Dialog in CKEditor": "https://www.drupal.org/files/issues/2023-11-02/entity-embed-add-link-image-entity-3070343-37.patch"
                    },
                    "drupal/config_ignore": {
                        "fix: #3561884 Implicit nullable Request parameter for PHP 8.4 compatibility in Config Ignore": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/config_ignore--2025-12-07--3561884.patch"
                    },
                    "drupal/update_helper": {
                        "Issue #3024165: [PATCH] Enhancements, Better messages for the unable to apply updates, drush command and removed the Mark all updates as successful on install": "https://www.drupal.org/files/issues/2022-06-05/3024165-55.patch"
                    },
                    "drupal/webform_views": {
                        "fix: #3546386 PHP 8.4 Deprecation: Implicitly nullable parameter": "https://www.drupal.org/files/issues/2025-11-03/PHP-8.4-Deprecation-Implicitly-nullable-parameter.patch"
                    },
                    "neilime/php-css-lint": {
                        "fix: #3498301 PHP 8.4 compatibility to fix PHP 8.4 deprecation warning for implicit nullable parameter in CssLint Linter": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/php-css-lint--2025-12-21--3498301.patch"
                    },
                    "drupal/jsonapi_extras": {
                        "Issue #3508142: Fix installation error with JSON:API Extra in custom Drupal 11 profiles due to missing synthetic service `kernel`": "https://www.drupal.org/files/issues/2025-02-21/jsonapi_extras--2025-02-21--3508142--mr-65.patch"
                    },
                    "drupal/layout_library": {
                        "Issue #3273160: Support inline blocks in layout": "https://www.drupal.org/files/issues/2022-12-14/3273160-9.patch",
                        "Issue #3075067: Duplicate entry for key 'block_content_field__uuid__value'": "https://www.drupal.org/files/issues/2023-01-05/3075067-19.patch",
                        "fix: #3562479 PHP 8.4 - Implicit nullable SectionStorageInterface parameter": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/layout_library--2025-12-10--3562479--mr-22.patch",
                        "Issue #3561874 : Add missing isSupported method to Library class for SupportAwareSectionStorageInterface compatibility with Drupal ~11.3.0": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/layout_library--2025-12-07--3561874--mr-21.patch"
                    },
                    "drupal/content_planner": {
                        "fix: #3542886 PHP 8.4 Support fixes": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/content_planner--2025-12-09--3542886--mr-63.patch",
                        "Issue #3545519: Fix Prevent fatal error when entity cannot be loaded": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/content_planner--2025-09-08--3545519--mr-62.patch"
                    },
                    "drupal/default_content": {
                        "Issue #3160146: Add Layout Builder Normalizer and Denormalize": "https://www.drupal.org/files/issues/2024-12-02/default_content--2024-12-02--3160146--mr-15.patch",
                        "fix: #3470061 [PHP 8.4] Fix implicitly nullable type declarations": "https://git.drupalcode.org/project/default_content/-/commit/b85c0192af51841518bddd9ecfa5077b1d0f720a.diff"
                    },
                    "drupal/openapi_jsonapi": {
                        "fix: #3539722 PHP 8.4: Implicitly nullable parameter declarations deprecated": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/openapi_jsonapi--2025-12-09--3539722--mr-20.patch"
                    },
                    "drupal/password_policy": {
                        "fix: #3516906 PHP 8.4 nullable types must be explicit": "https://git.drupalcode.org/project/password_policy/-/commit/999abf8501fd2878dc40b0b4db81315fed60cc03.diff"
                    },
                    "drupal/views_bulk_edit": {
                        "Issue #3561886 : Implicit nullable AccountInterface parameters for PHP 8.4 compatibility in Views Bulk Edit": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/views_bulk_edit--2025-12-07--3561886.patch",
                        "Issue #3544584: Change default Change method to Replace the current value when configuring Modify field values action": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/views_bulk_edit--2025-09-03--3544584--mr-44.patch"
                    },
                    "drupal/bootstrap_styles": {
                        "Issue #3282082: Support Bootstrap 5 on bootstrap_styles module": "https://www.drupal.org/files/issues/2022-06-14/Fix-support-bootstrap-5-on-bootstrap-styles-3282082-%233.patch"
                    },
                    "drupal/google_analytics": {
                        "fix: #3562288 PHP 8.4 - Implicit Nullable Parameters for Google Analytics": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/google_analytics--2025-12-09--3562288--mr-45.patch"
                    },
                    "drupal/persistent_login": {
                        "Issue #2899530 by josebc: Provide a permission for users to see Persistent Logins tab in their profiles": "https://www.drupal.org/files/issues/persistent_login-user_task_permission-2899530-6.patch"
                    },
                    "drupal/media_bulk_upload": {
                        "fix: #3542595 Implicit nullable Request parameter for PHP 8.4 compatibility in Media Bulk Upload": "https://git.drupalcode.org/project/media_bulk_upload/-/commit/d63a897ce07b11e94fe08d5d309b49bb5ee8af43.diff"
                    },
                    "drupal/inline_entity_form": {
                        "Issue #3136514: IEF complex widget: Re-ordering / weight sometimes not updated": "https://www.drupal.org/files/issues/2025-01-04/inline_entity_form--2025-01-04--mr-126.patch",
                        "Issue #2913571: Add a setting to enable/disable inline editing for existing entities": "https://www.drupal.org/files/issues/2024-12-27/inline_entity_form--2024-12-27--2913571--mr-127.patch"
                    },
                    "drupal/layout_builder_perms": {
                        "fix: #3562020 PHP 8.4 implicit nullable parameters across Layout Builder Advanced Permissions": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/layout_builder_perms--2025-12-08--3562020--mr-28.patch",
                        "Issue #3502237: Fix type error in layout builder perms access manager logger channel factory with LoggerChannelFactoryInterface ": "https://www.drupal.org/files/issues/2025-01-25/layout_builder_perms--2025-01-25--3502237--mr-25.patch"
                    },
                    "drupal/node_edit_protection": {
                        "Issue #3455823: Fix the warning issue that occurs when pressing the save submit button in the Gin Admin theme": "https://www.drupal.org/files/issues/2024-07-03/3455823-13-warning-popup-node-add-and-edit-save.patch"
                    },
                    "drupal/paragraphs_previewer": {
                        "Issue #2904917: Make paragraph previewer work with new UI/UX improvement patch": "https://www.drupal.org/files/issues/2019-02-20/2904917-8.patch",
                        "fix: #3538671 PHP 8.4 compatibility with implicit nullable parameters in ParagraphsPreviewController": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/paragraphs_previewer--2025-12-08--3538671--mr-5.patch"
                    },
                    "drupal/social_auth_facebook": {
                        "Issue #3507470: Fix fatal error for validateConfig() method signature mismatch": "https://www.drupal.org/files/issues/2025-02-18/social_auth_facebook--2025-02-18--3507470--mr-8.patch"
                    },
                    "drupal/social_auth_linkedin": {
                        "Issue #3507495: Remove leftover reference to social_auth_linkedin.settings_form to fix Route Provider Error": "https://www.drupal.org/files/issues/2025-02-18/social_auth_linkedin--2025-02-18--3507495--mr-10.patch"
                    },
                    "drupal/layout_builder_blocks": {
                        "Issue #3349066: Limit Layout Builder Blocks not to work in the dashboards route": "https://www.drupal.org/files/issues/2025-06-22/layout_builder_blocks--2025-06-22--3349066--mr-5.patch"
                    },
                    "drupal/ui_patterns_ds-ui_patterns_ds": {
                        "Issue #3504614 Render field value in component using DS field source": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/ui_patterns_ds-ui_patterns_ds--2025-11-24--3504614--mr-3.patch"
                    },
                    "drupal/layout_builder_component_attributes": {
                        "fix: #3498301 PHP 8.4 compatibility implicit nullable SectionStorageInterface parameter": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/layout_builder_component_attributes--2025-12-08--3498301--mr-17.patch"
                    },
                    "drupal/scheduler_content_moderation_integration": {
                        "Issue #3543642: Fix duplicates bundles for cleaner output": "https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/scheduler_content_moderation_integration--2025-08-30--3543642--mr-86.patch"
                    }
                },
                "patchLevel": {
                    "drupal/core": "-p2"
                },
                "enable-patching": true,
                "composer-exit-on-patch-failure": true
            },
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                }
            ],
            "description": "List of needed patches for Varbase used packages with Composer Patches.",
            "keywords": [
                "composer",
                "composer patches",
                "drupal",
                "drupal patches",
                "patches",
                "varbase",
                "varbase patches"
            ],
            "support": {
                "issues": "https://github.com/Vardot/varbase-patches/issues",
                "source": "https://github.com/Vardot/varbase-patches/tree/10.1.44"
            },
            "install-path": "../vardot/varbase-patches"
        },
        {
            "name": "vardot/varbase-replaces",
            "version": "10.1.4",
            "version_normalized": "10.1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Vardot/varbase-replaces.git",
                "reference": "1275b07edc9f9e8ebc27d42e001f8dbae25e58f2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Vardot/varbase-replaces/zipball/1275b07edc9f9e8ebc27d42e001f8dbae25e58f2",
                "reference": "1275b07edc9f9e8ebc27d42e001f8dbae25e58f2",
                "shasum": ""
            },
            "require": {
                "tzlion/deadend-api-php": "*"
            },
            "replace": {
                "fancytree/fancytree": "*",
                "j7mbo/twitter-api-php": "*",
                "jquery/fancytree": "*"
            },
            "time": "2025-10-16T07:35:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Varbase Replaces",
            "support": {
                "issues": "https://github.com/Vardot/varbase-replaces/issues",
                "source": "https://github.com/Vardot/varbase-replaces/tree/10.1.4"
            },
            "install-path": "../vardot/varbase-replaces"
        },
        {
            "name": "webflo/drupal-finder",
            "version": "1.3.1",
            "version_normalized": "1.3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/webflo/drupal-finder.git",
                "reference": "73045060b0894c77962a10cff047f72872d8810c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/73045060b0894c77962a10cff047f72872d8810c",
                "reference": "73045060b0894c77962a10cff047f72872d8810c",
                "shasum": ""
            },
            "require": {
                "composer-runtime-api": "^2.2",
                "php": ">=8.1"
            },
            "require-dev": {
                "mikey179/vfsstream": "^1.6",
                "phpunit/phpunit": "^10.4",
                "symfony/process": "^6.4"
            },
            "time": "2024-06-28T13:45:36+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DrupalFinder\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Florian Weber",
                    "email": "florian@webflo.org"
                }
            ],
            "description": "Helper class to locate a Drupal installation.",
            "support": {
                "issues": "https://github.com/webflo/drupal-finder/issues",
                "source": "https://github.com/webflo/drupal-finder/tree/1.3.1"
            },
            "install-path": "../webflo/drupal-finder"
        },
        {
            "name": "yethee/tiktoken",
            "version": "0.5.1",
            "version_normalized": "0.5.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yethee/tiktoken-php.git",
                "reference": "94a4ac18ab505198f5a0955948ab29ce659c1697"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yethee/tiktoken-php/zipball/94a4ac18ab505198f5a0955948ab29ce659c1697",
                "reference": "94a4ac18ab505198f5a0955948ab29ce659c1697",
                "shasum": ""
            },
            "require": {
                "php": "^8.1",
                "symfony/service-contracts": "^2.5 || ^3.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^12.0",
                "mikey179/vfsstream": "^1.6.11",
                "phpbench/phpbench": "^1.2",
                "phpunit/phpunit": "^10.5.20",
                "psalm/plugin-phpunit": "^0.19.0",
                "vimeo/psalm": "5.25.0"
            },
            "time": "2024-07-17T10:09:02+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yethee\\Tiktoken\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "PHP version of tiktoken",
            "keywords": [
                "bpe",
                "decode",
                "encode",
                "openai",
                "tiktoken",
                "tokenizer"
            ],
            "support": {
                "issues": "https://github.com/yethee/tiktoken-php/issues",
                "source": "https://github.com/yethee/tiktoken-php/tree/0.5.1"
            },
            "install-path": "../yethee/tiktoken"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
